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