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