pub struct AdvancedMmap { /* private fields */ }
Expand description
Advanced memory mapping with configuration
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdvancedMmap
impl RefUnwindSafe for AdvancedMmap
impl Send for AdvancedMmap
impl Sync for AdvancedMmap
impl Unpin for AdvancedMmap
impl UnwindSafe for AdvancedMmap
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