struct Mapping {
cx: Context<'static>,
_map: Mmap,
stash: Stash,
}
Fields§
§cx: Context<'static>
§_map: Mmap
§stash: Stash
Implementations§
source§impl Mapping
impl Mapping
Auto Trait Implementations§
impl !Freeze for Mapping
impl !RefUnwindSafe for Mapping
impl !Send for Mapping
impl !Sync for Mapping
impl Unpin for Mapping
impl UnwindSafe for Mapping
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