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