#[repr(transparent)]pub struct MacTxTimestampStatusSeconds(pub u32);Expand description
Transmit Timestamp Status Seconds
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for MacTxTimestampStatusSeconds
impl Clone for MacTxTimestampStatusSeconds
Source§fn clone(&self) -> MacTxTimestampStatusSeconds
fn clone(&self) -> MacTxTimestampStatusSeconds
Returns a duplicate 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 moreSource§impl Debug for MacTxTimestampStatusSeconds
impl Debug for MacTxTimestampStatusSeconds
Source§impl Default for MacTxTimestampStatusSeconds
impl Default for MacTxTimestampStatusSeconds
Source§fn default() -> MacTxTimestampStatusSeconds
fn default() -> MacTxTimestampStatusSeconds
Returns the “default value” for a type. Read more
impl Copy for MacTxTimestampStatusSeconds
impl Eq for MacTxTimestampStatusSeconds
impl StructuralPartialEq for MacTxTimestampStatusSeconds
Auto Trait Implementations§
impl Freeze for MacTxTimestampStatusSeconds
impl RefUnwindSafe for MacTxTimestampStatusSeconds
impl Send for MacTxTimestampStatusSeconds
impl Sync for MacTxTimestampStatusSeconds
impl Unpin for MacTxTimestampStatusSeconds
impl UnwindSafe for MacTxTimestampStatusSeconds
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