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