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