Struct trace_recorder_parser::time::Dts8
source · pub struct Dts8(/* private fields */);
Expand description
The lower 8-bit portion of a differential timestamp recorded in an event
Trait Implementations§
source§impl AddAssign<Dts8> for DifferentialTimestamp
impl AddAssign<Dts8> for DifferentialTimestamp
source§fn add_assign(&mut self, dts: Dts8)
fn add_assign(&mut self, dts: Dts8)
Performs the
+=
operation. Read moresource§impl Ord for Dts8
impl Ord for Dts8
source§impl PartialEq for Dts8
impl PartialEq for Dts8
source§impl PartialOrd for Dts8
impl PartialOrd for Dts8
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Dts8
impl Eq for Dts8
impl StructuralPartialEq for Dts8
Auto Trait Implementations§
impl Freeze for Dts8
impl RefUnwindSafe for Dts8
impl Send for Dts8
impl Sync for Dts8
impl Unpin for Dts8
impl UnwindSafe for Dts8
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)