Skip to main content

MmapAsRawDesc

Trait MmapAsRawDesc 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

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§