pub enum Jiffy {}Expand description
A time unit of jiffies.
A Delta<Jiffy> stores its value as isize jiffies and can represent
any isize value, including negative, zero, and positive numbers.
Trait Implementations§
impl Copy for Jiffy
impl Eq for Jiffy
Source§impl Ord for Jiffy
impl Ord for Jiffy
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Jiffy
impl PartialOrd for Jiffy
impl StructuralPartialEq for Jiffy
Auto Trait Implementations§
impl Freeze for Jiffy
impl RefUnwindSafe for Jiffy
impl Send for Jiffy
impl Sync for Jiffy
impl Unpin for Jiffy
impl UnsafeUnpin for Jiffy
impl UnwindSafe for Jiffy
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