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