Struct trace_recorder_parser::time::Dts16
source · pub struct Dts16(/* private fields */);
Expand description
The lower 16-bit portion of a differential timestamp recorded in an event
Trait Implementations§
source§impl AddAssign<Dts16> for DifferentialTimestamp
impl AddAssign<Dts16> for DifferentialTimestamp
source§fn add_assign(&mut self, dts: Dts16)
fn add_assign(&mut self, dts: Dts16)
Performs the
+=
operation. Read moresource§impl Ord for Dts16
impl Ord for Dts16
source§impl PartialEq for Dts16
impl PartialEq for Dts16
source§impl PartialOrd for Dts16
impl PartialOrd for Dts16
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 Dts16
impl Eq for Dts16
impl StructuralPartialEq for Dts16
Auto Trait Implementations§
impl Freeze for Dts16
impl RefUnwindSafe for Dts16
impl Send for Dts16
impl Sync for Dts16
impl Unpin for Dts16
impl UnwindSafe for Dts16
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