#[repr(transparent)]pub struct MacTimestampIngressLatency(pub u32);Expand description
MAC Timestamp Ingress Latency
Tuple Fields§
§0: u32Implementations§
Source§impl MacTimestampIngressLatency
impl MacTimestampIngressLatency
Sourcepub const fn set_itlsns(&mut self, val: u8)
pub const fn set_itlsns(&mut self, val: u8)
Ingress Timestamp Latency, in sub-nanoseconds
Trait Implementations§
Source§impl Clone for MacTimestampIngressLatency
impl Clone for MacTimestampIngressLatency
Source§fn clone(&self) -> MacTimestampIngressLatency
fn clone(&self) -> MacTimestampIngressLatency
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 MacTimestampIngressLatency
impl Debug for MacTimestampIngressLatency
Source§impl Default for MacTimestampIngressLatency
impl Default for MacTimestampIngressLatency
Source§fn default() -> MacTimestampIngressLatency
fn default() -> MacTimestampIngressLatency
Returns the “default value” for a type. Read more
impl Copy for MacTimestampIngressLatency
impl Eq for MacTimestampIngressLatency
impl StructuralPartialEq for MacTimestampIngressLatency
Auto Trait Implementations§
impl Freeze for MacTimestampIngressLatency
impl RefUnwindSafe for MacTimestampIngressLatency
impl Send for MacTimestampIngressLatency
impl Sync for MacTimestampIngressLatency
impl Unpin for MacTimestampIngressLatency
impl UnwindSafe for MacTimestampIngressLatency
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