pub struct WrappingU64Instant(pub u64);Expand description
An instant in a WrappingU64Time domain. The inner value is the raw tick count.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for WrappingU64Instant
impl Clone for WrappingU64Instant
Source§fn clone(&self) -> WrappingU64Instant
fn clone(&self) -> WrappingU64Instant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WrappingU64Instant
Source§impl Debug for WrappingU64Instant
impl Debug for WrappingU64Instant
impl Eq for WrappingU64Instant
Source§impl Hash for WrappingU64Instant
impl Hash for WrappingU64Instant
Source§impl PartialEq for WrappingU64Instant
impl PartialEq for WrappingU64Instant
impl StructuralPartialEq for WrappingU64Instant
Auto Trait Implementations§
impl Freeze for WrappingU64Instant
impl RefUnwindSafe for WrappingU64Instant
impl Send for WrappingU64Instant
impl Sync for WrappingU64Instant
impl Unpin for WrappingU64Instant
impl UnsafeUnpin for WrappingU64Instant
impl UnwindSafe for WrappingU64Instant
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