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