[][src]Trait filedescriptor::AsRawFileDescriptor

pub trait AsRawFileDescriptor {
    fn as_raw_file_descriptor(&self) -> RawFileDescriptor;
}

AsRawFileDescriptor is a platform independent trait for returning a non-owning reference to the underlying platform file descriptor type.

Required methods

Loading content...

Implementors

impl<T: AsRawHandle> AsRawFileDescriptor for T[src]

Loading content...