pub struct FileMapping(/* private fields */);Implementations§
Trait Implementations§
Source§impl Drop for FileMapping
impl Drop for FileMapping
Auto Trait Implementations§
impl Freeze for FileMapping
impl RefUnwindSafe for FileMapping
impl Send for FileMapping
impl Sync for FileMapping
impl Unpin for FileMapping
impl UnwindSafe for FileMapping
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