Struct trace_recorder_parser::time::Dts16
source · pub struct Dts16(_);
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<Dts16> for Dts16
impl PartialEq<Dts16> for Dts16
source§impl PartialOrd<Dts16> for Dts16
impl PartialOrd<Dts16> 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 more