Struct nstd_sys::core::time::NSTDDuration
source · #[repr(C)]pub struct NSTDDuration { /* private fields */ }Available on crate feature
core only.Expand description
Represents a span of time.
Trait Implementations§
source§impl Clone for NSTDDuration
impl Clone for NSTDDuration
source§fn clone(&self) -> NSTDDuration
fn clone(&self) -> NSTDDuration
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 PartialEq<NSTDDuration> for NSTDDuration
impl PartialEq<NSTDDuration> for NSTDDuration
source§fn eq(&self, other: &NSTDDuration) -> bool
fn eq(&self, other: &NSTDDuration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for NSTDDuration
impl StructuralPartialEq for NSTDDuration
Auto Trait Implementations§
impl RefUnwindSafe for NSTDDuration
impl Send for NSTDDuration
impl Sync for NSTDDuration
impl Unpin for NSTDDuration
impl UnwindSafe for NSTDDuration
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