#[repr(C)]pub struct NSTDUnixTime { /* private fields */ }Available on crate features
os and os_unix_time only.Expand description
A structure representing system time since January 1st 1970.
Trait Implementations§
source§impl Clone for NSTDUnixTime
impl Clone for NSTDUnixTime
source§fn clone(&self) -> NSTDUnixTime
fn clone(&self) -> NSTDUnixTime
Returns a copy 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 From<timespec> for NSTDUnixTime
impl From<timespec> for NSTDUnixTime
source§impl PartialEq<NSTDUnixTime> for NSTDUnixTime
impl PartialEq<NSTDUnixTime> for NSTDUnixTime
source§fn eq(&self, other: &NSTDUnixTime) -> bool
fn eq(&self, other: &NSTDUnixTime) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for NSTDUnixTime
impl StructuralPartialEq for NSTDUnixTime
Auto Trait Implementations§
impl RefUnwindSafe for NSTDUnixTime
impl Send for NSTDUnixTime
impl Sync for NSTDUnixTime
impl Unpin for NSTDUnixTime
impl UnwindSafe for NSTDUnixTime
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