Struct dlt_core::dlt::DltTimeStamp [−][src]
Fields
seconds: u32
microseconds: u32
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DltTimeStamp
impl Send for DltTimeStamp
impl Sync for DltTimeStamp
impl Unpin for DltTimeStamp
impl UnwindSafe for DltTimeStamp
Blanket Implementations
Mutably borrows from an owned value. Read more