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