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