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