Struct stm32_metapac::eth::regs::MactxTsssr
#[repr(transparent)]pub struct MactxTsssr(pub u32);
Expand description
Tx timestamp status seconds register
Tuple Fields§
§0: u32
Implementations§
§impl MactxTsssr
impl MactxTsssr
pub fn set_txtsshi(&mut self, val: u32)
pub fn set_txtsshi(&mut self, val: u32)
Transmit Timestamp Status High
Trait Implementations§
§impl Clone for MactxTsssr
impl Clone for MactxTsssr
§fn clone(&self) -> MactxTsssr
fn clone(&self) -> MactxTsssr
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 MactxTsssr
impl Default for MactxTsssr
§fn default() -> MactxTsssr
fn default() -> MactxTsssr
Returns the “default value” for a type. Read more
§impl PartialEq for MactxTsssr
impl PartialEq for MactxTsssr
impl Copy for MactxTsssr
impl Eq for MactxTsssr
impl StructuralPartialEq for MactxTsssr
Auto Trait Implementations§
impl Freeze for MactxTsssr
impl RefUnwindSafe for MactxTsssr
impl Send for MactxTsssr
impl Sync for MactxTsssr
impl Unpin for MactxTsssr
impl UnwindSafe for MactxTsssr
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
)