struct TscMoment {
time: Instant,
tsc: u64,
}Expand description
Represents the host monotonic time and the TSC value at a single moment in time.
Fields§
§time: Instant§tsc: u64Implementations§
Trait Implementations§
impl Copy for TscMoment
impl Eq for TscMoment
impl StructuralPartialEq for TscMoment
Auto Trait Implementations§
impl Freeze for TscMoment
impl RefUnwindSafe for TscMoment
impl Send for TscMoment
impl Sync for TscMoment
impl Unpin for TscMoment
impl UnwindSafe for TscMoment
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