#[repr(transparent)]pub struct Cal(pub u32);Expand description
Calibration value register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Cal
impl Eq for Cal
impl StructuralPartialEq for Cal
Auto Trait Implementations§
impl Freeze for Cal
impl RefUnwindSafe for Cal
impl Send for Cal
impl Sync for Cal
impl Unpin for Cal
impl UnwindSafe for Cal
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