pub struct Megasecond;Expand description
Megaseconds (1 Ms = 10^6 s).
Trait Implementations§
Source§impl Clone for Megasecond
impl Clone for Megasecond
Source§fn clone(&self) -> Megasecond
fn clone(&self) -> Megasecond
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 Megasecond
impl Debug for Megasecond
Source§impl PartialEq for Megasecond
impl PartialEq for Megasecond
Source§impl PartialOrd for Megasecond
impl PartialOrd for Megasecond
Source§impl Unit for Megasecond
impl Unit for Megasecond
impl Copy for Megasecond
impl StructuralPartialEq for Megasecond
Auto Trait Implementations§
impl Freeze for Megasecond
impl RefUnwindSafe for Megasecond
impl Send for Megasecond
impl Sync for Megasecond
impl Unpin for Megasecond
impl UnwindSafe for Megasecond
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