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