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