Struct stm32_metapac::eth::regs::Macatsnr
#[repr(transparent)]pub struct Macatsnr(pub u32);
Expand description
Auxiliary timestamp nanoseconds register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Macatsnr
impl Eq for Macatsnr
impl StructuralEq for Macatsnr
impl StructuralPartialEq for Macatsnr
Auto Trait Implementations§
impl RefUnwindSafe for Macatsnr
impl Send for Macatsnr
impl Sync for Macatsnr
impl Unpin for Macatsnr
impl UnwindSafe for Macatsnr
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