pub struct CuInstant(/* private fields */);
Expand description
High-precision instant in time, represented as nanoseconds since an arbitrary epoch
Implementations§
Trait Implementations§
Source§impl Add<CuDuration> for CuInstant
impl Add<CuDuration> for CuInstant
Source§impl Ord for CuInstant
impl Ord for CuInstant
Source§impl PartialOrd for CuInstant
impl PartialOrd for CuInstant
Source§impl Sub<CuDuration> for CuInstant
impl Sub<CuDuration> for CuInstant
Source§impl Sub for CuInstant
impl Sub for CuInstant
Source§type Output = CuDuration
type Output = CuDuration
The resulting type after applying the
-
operator.impl Copy for CuInstant
impl Eq for CuInstant
impl StructuralPartialEq for CuInstant
Auto Trait Implementations§
impl Freeze for CuInstant
impl RefUnwindSafe for CuInstant
impl Send for CuInstant
impl Sync for CuInstant
impl Unpin for CuInstant
impl UnwindSafe for CuInstant
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