pub struct MCR { /* private fields */ }
Expand description
master control register
Implementations§
Auto Trait Implementations§
impl !Freeze for MCR
impl !RefUnwindSafe for MCR
impl Send for MCR
impl !Sync for MCR
impl Unpin for MCR
impl UnwindSafe for MCR
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