#[repr(transparent)]pub struct MacTimestampEgressCorrNanosecond(pub u32);Expand description
MAC Timestamp Egress Correction Nanosecond
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for MacTimestampEgressCorrNanosecond
impl Clone for MacTimestampEgressCorrNanosecond
Source§fn clone(&self) -> MacTimestampEgressCorrNanosecond
fn clone(&self) -> MacTimestampEgressCorrNanosecond
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 Default for MacTimestampEgressCorrNanosecond
impl Default for MacTimestampEgressCorrNanosecond
Source§fn default() -> MacTimestampEgressCorrNanosecond
fn default() -> MacTimestampEgressCorrNanosecond
Returns the “default value” for a type. Read more
Source§impl PartialEq for MacTimestampEgressCorrNanosecond
impl PartialEq for MacTimestampEgressCorrNanosecond
Source§fn eq(&self, other: &MacTimestampEgressCorrNanosecond) -> bool
fn eq(&self, other: &MacTimestampEgressCorrNanosecond) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MacTimestampEgressCorrNanosecond
impl Eq for MacTimestampEgressCorrNanosecond
impl StructuralPartialEq for MacTimestampEgressCorrNanosecond
Auto Trait Implementations§
impl Freeze for MacTimestampEgressCorrNanosecond
impl RefUnwindSafe for MacTimestampEgressCorrNanosecond
impl Send for MacTimestampEgressCorrNanosecond
impl Sync for MacTimestampEgressCorrNanosecond
impl Unpin for MacTimestampEgressCorrNanosecond
impl UnwindSafe for MacTimestampEgressCorrNanosecond
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