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