pub struct MmapRegion { /* private fields */ }Expand description
Memory-mapped region
Implementations§
Source§impl MmapRegion
impl MmapRegion
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MmapRegion
impl RefUnwindSafe for MmapRegion
impl Unpin for MmapRegion
impl UnsafeUnpin for MmapRegion
impl UnwindSafe for MmapRegion
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