pub struct MemProtect { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemProtect
impl RefUnwindSafe for MemProtect
impl Send for MemProtect
impl Sync for MemProtect
impl Unpin for MemProtect
impl UnwindSafe for MemProtect
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