Searched defs:IntoRawDescriptor (Results 1 – 3 of 3) sorted by relevance
22 pub trait IntoRawDescriptor { interface208 macro_rules! IntoRawDescriptor { macro210 impl IntoRawDescriptor for $name { impl
63 impl IntoRawDescriptor for $timer { impl
529 fn box_owned_fd<F: IntoRawDescriptor + 'static>(f: F) -> Box<dyn IntoRawDescriptor> { in handle_socket()