#[repr(transparent)]pub struct MacSystemTimeSecondsUpdate(pub u32);Expand description
System Time Seconds Update
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for MacSystemTimeSecondsUpdate
impl Clone for MacSystemTimeSecondsUpdate
Source§fn clone(&self) -> MacSystemTimeSecondsUpdate
fn clone(&self) -> MacSystemTimeSecondsUpdate
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 MacSystemTimeSecondsUpdate
impl Debug for MacSystemTimeSecondsUpdate
Source§impl Default for MacSystemTimeSecondsUpdate
impl Default for MacSystemTimeSecondsUpdate
Source§fn default() -> MacSystemTimeSecondsUpdate
fn default() -> MacSystemTimeSecondsUpdate
Returns the “default value” for a type. Read more
impl Copy for MacSystemTimeSecondsUpdate
impl Eq for MacSystemTimeSecondsUpdate
impl StructuralPartialEq for MacSystemTimeSecondsUpdate
Auto Trait Implementations§
impl Freeze for MacSystemTimeSecondsUpdate
impl RefUnwindSafe for MacSystemTimeSecondsUpdate
impl Send for MacSystemTimeSecondsUpdate
impl Sync for MacSystemTimeSecondsUpdate
impl Unpin for MacSystemTimeSecondsUpdate
impl UnwindSafe for MacSystemTimeSecondsUpdate
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