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