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