Struct stm32_metapac::eth::regs::MactxTssnr
#[repr(transparent)]pub struct MactxTssnr(pub u32);
Expand description
Tx timestamp status nanoseconds register
Tuple Fields§
§0: u32
Implementations§
§impl MactxTssnr
impl MactxTssnr
pub fn set_txtsslo(&mut self, val: u32)
pub fn set_txtsslo(&mut self, val: u32)
Transmit Timestamp Status Low
pub fn set_txtssmis(&mut self, val: bool)
pub fn set_txtssmis(&mut self, val: bool)
Transmit Timestamp Status Missed
Trait Implementations§
§impl Clone for MactxTssnr
impl Clone for MactxTssnr
§fn clone(&self) -> MactxTssnr
fn clone(&self) -> MactxTssnr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for MactxTssnr
impl Default for MactxTssnr
§fn default() -> MactxTssnr
fn default() -> MactxTssnr
Returns the “default value” for a type. Read more
§impl PartialEq for MactxTssnr
impl PartialEq for MactxTssnr
impl Copy for MactxTssnr
impl Eq for MactxTssnr
impl StructuralPartialEq for MactxTssnr
Auto Trait Implementations§
impl Freeze for MactxTssnr
impl RefUnwindSafe for MactxTssnr
impl Send for MactxTssnr
impl Sync for MactxTssnr
impl Unpin for MactxTssnr
impl UnwindSafe for MactxTssnr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)