pub struct MODER(/* private fields */);
Expand description
Opaque MODER register
Auto Trait Implementations§
impl Freeze for MODER
impl RefUnwindSafe for MODER
impl Send for MODER
impl Sync for MODER
impl Unpin for MODER
impl UnwindSafe for MODER
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