MmapAsRawDesc

Trait MmapAsRawDesc 

Source
pub trait MmapAsRawDesc {
    // Required method
    fn as_raw_desc(&self) -> MmapRawDescriptor;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl MmapAsRawDesc for RawFd

Available on Unix only.
Source§

impl<T> MmapAsRawDesc for &T
where T: AsRawFd,

Available on Unix only.

Implementors§