pub struct FileMap { /* private fields */ }Expand description
Memory mapped file.
Implementations§
Trait Implementations§
Source§impl AsRawHandle for FileMap
impl AsRawHandle for FileMap
Source§fn as_raw_handle(&self) -> RawHandle
fn as_raw_handle(&self) -> RawHandle
Extracts the raw handle. Read more
Auto Trait Implementations§
impl Freeze for FileMap
impl RefUnwindSafe for FileMap
impl !Send for FileMap
impl !Sync for FileMap
impl Unpin for FileMap
impl UnwindSafe for FileMap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more