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