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