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 PartialOrd for Dts16
impl PartialOrd for Dts16
impl 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