pub struct Mmf { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Mmf
impl Eq for Mmf
impl Send for Mmf
Memory Mirror Function
impl StructuralPartialEq for Mmf
impl Sync for Mmf
Auto Trait Implementations§
impl Freeze for Mmf
impl RefUnwindSafe for Mmf
impl Unpin for Mmf
impl UnsafeUnpin 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