pub struct CycleTimeStamp {
pub id: CycleId,
pub ts: Instant,
}Fields§
§id: CycleId§ts: InstantImplementations§
Trait Implementations§
Source§impl Clone for CycleTimeStamp
impl Clone for CycleTimeStamp
Source§fn clone(&self) -> CycleTimeStamp
fn clone(&self) -> CycleTimeStamp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CycleTimeStamp
impl Debug for CycleTimeStamp
Source§impl PartialEq for CycleTimeStamp
impl PartialEq for CycleTimeStamp
impl Eq for CycleTimeStamp
impl StructuralPartialEq for CycleTimeStamp
Auto Trait Implementations§
impl Freeze for CycleTimeStamp
impl RefUnwindSafe for CycleTimeStamp
impl Send for CycleTimeStamp
impl Sync for CycleTimeStamp
impl Unpin for CycleTimeStamp
impl UnwindSafe for CycleTimeStamp
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