pub struct NSTDUnixTime { /* private fields */ }Available on crate feature
os_unix_time only.Expand description
A structure representing system time since January 1st 1970.
Trait Implementations§
Source§impl Clone for NSTDUnixTime
Available on crate feature os only.
impl Clone for NSTDUnixTime
Available on crate feature
os only.Source§fn clone(&self) -> NSTDUnixTime
fn clone(&self) -> NSTDUnixTime
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 From<timespec> for NSTDUnixTime
Available on crate feature os only.
impl From<timespec> for NSTDUnixTime
Available on crate feature
os only.Source§impl PartialEq for NSTDUnixTime
Available on crate feature os only.
impl PartialEq for NSTDUnixTime
Available on crate feature
os only.impl Copy for NSTDUnixTime
Available on crate feature
os only.impl StructuralPartialEq for NSTDUnixTime
Available on crate feature
os only.Auto Trait Implementations§
impl Freeze for NSTDUnixTime
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