pub struct ClockStep {
pub now: TimeStamp,
pub step: TimeSpan,
}Expand description
Result of Clock step.
Contains time stamp corresponding to “now”
and time span since previous step.
Fields§
§now: TimeStampTimeStamp corresponding to “now”.
step: TimeSpanTrait Implementations§
impl Copy for ClockStep
impl Eq for ClockStep
impl StructuralPartialEq for ClockStep
Auto Trait Implementations§
impl Freeze for ClockStep
impl RefUnwindSafe for ClockStep
impl Send for ClockStep
impl Sync for ClockStep
impl Unpin for ClockStep
impl UnwindSafe for ClockStep
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