Struct dlt_core::dlt::StorageHeader
source · [−]pub struct StorageHeader {
pub timestamp: DltTimeStamp,
pub ecu_id: String,
}Expand description
Add some stupid docs
Fields
timestamp: DltTimeStampecu_id: StringImplementations
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 StorageHeader
impl Send for StorageHeader
impl Sync for StorageHeader
impl Unpin for StorageHeader
impl UnwindSafe for StorageHeader
Blanket Implementations
Mutably borrows from an owned value. Read more