#[repr(transparent)]pub struct Picos(pub i64);Expand description
Picoseconds (10⁻¹²s)
Tuple Fields§
§0: i64Trait Implementations§
Source§impl Ord for Picos
impl Ord for Picos
Source§impl PartialOrd for Picos
impl PartialOrd for Picos
impl Copy for Picos
impl Eq for Picos
impl StructuralPartialEq for Picos
Auto Trait Implementations§
impl Freeze for Picos
impl RefUnwindSafe for Picos
impl Send for Picos
impl Sync for Picos
impl Unpin for Picos
impl UnwindSafe for Picos
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