Trait MmapAsRawDesc
pub trait MmapAsRawDesc {
// Required method
fn as_raw_desc(&self) -> MmapRawDescriptor;
}Required Methods§
fn as_raw_desc(&self) -> MmapRawDescriptor
Implementations on Foreign Types§
§impl MmapAsRawDesc for *mut c_void
Available on Windows only.
impl MmapAsRawDesc for *mut c_void
Available on Windows only.
fn as_raw_desc(&self) -> MmapRawDescriptor
§impl<T> MmapAsRawDesc for &Twhere
T: AsRawHandle,
Available on Windows only.
impl<T> MmapAsRawDesc for &Twhere
T: AsRawHandle,
Available on Windows only.