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