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