pub struct TimerGeneration(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for TimerGeneration
impl Clone for TimerGeneration
Source§fn clone(&self) -> TimerGeneration
fn clone(&self) -> TimerGeneration
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 TimerGeneration
Source§impl Debug for TimerGeneration
impl Debug for TimerGeneration
impl Eq for TimerGeneration
Source§impl From<TimerGeneration> for u64
impl From<TimerGeneration> for u64
Source§fn from(value: TimerGeneration) -> Self
fn from(value: TimerGeneration) -> Self
Converts to this type from the input type.
Source§impl From<u64> for TimerGeneration
impl From<u64> for TimerGeneration
Source§impl Hash for TimerGeneration
impl Hash for TimerGeneration
Source§impl PartialEq for TimerGeneration
impl PartialEq for TimerGeneration
impl StructuralPartialEq for TimerGeneration
Auto Trait Implementations§
impl Freeze for TimerGeneration
impl RefUnwindSafe for TimerGeneration
impl Send for TimerGeneration
impl Sync for TimerGeneration
impl Unpin for TimerGeneration
impl UnsafeUnpin for TimerGeneration
impl UnwindSafe for TimerGeneration
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