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