Struct vm_memory::volatile_memory::PtrGuardMut
source · pub struct PtrGuardMut(/* private fields */);
Expand description
A mutable guard to perform mapping and protect unmapping of the memory.
Implementations§
source§impl PtrGuardMut
impl PtrGuardMut
Auto Trait Implementations§
impl RefUnwindSafe for PtrGuardMut
impl !Send for PtrGuardMut
impl !Sync for PtrGuardMut
impl Unpin for PtrGuardMut
impl UnwindSafe for PtrGuardMut
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