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