pub struct CALIBRATION { /* private fields */ }Expand description
Calibration Value Register
Implementations§
Source§impl CALIBRATION
impl CALIBRATION
Auto Trait Implementations§
impl !Freeze for CALIBRATION
impl !RefUnwindSafe for CALIBRATION
impl Send for CALIBRATION
impl !Sync for CALIBRATION
impl Unpin for CALIBRATION
impl UnwindSafe for CALIBRATION
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