pub struct MMF { /* private fields */ }Expand description
Memory Mirror Function
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MMF
impl RefUnwindSafe for MMF
impl !Sync for MMF
impl Unpin for MMF
impl UnwindSafe for MMF
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