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