pub struct MmeR { /* private fields */ }
Expand description
Value of the field MME
Implementations§
Auto Trait Implementations§
impl Freeze for MmeR
impl RefUnwindSafe for MmeR
impl Send for MmeR
impl Sync for MmeR
impl Unpin for MmeR
impl UnwindSafe for MmeR
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