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