[][src]Trait filedescriptor::IntoRawFileDescriptor

pub trait IntoRawFileDescriptor {
    fn into_raw_file_descriptor(self) -> RawFileDescriptor;
}

IntoRawFileDescriptor is a platform independent trait for converting an instance into the underlying platform file descriptor type.

Required methods

Loading content...

Implementors

impl<T: IntoRawFd> IntoRawFileDescriptor for T[src]

Loading content...