Struct dlt_core::dlt::ExtendedHeaderConfig [−][src]
pub struct ExtendedHeaderConfig {
pub message_type: MessageType,
pub app_id: String,
pub context_id: String,
}
Expand description
Configuration options for the extended header
Fields
message_type: MessageType
app_id: String
context_id: String
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 ExtendedHeaderConfig
impl Send for ExtendedHeaderConfig
impl Sync for ExtendedHeaderConfig
impl Unpin for ExtendedHeaderConfig
impl UnwindSafe for ExtendedHeaderConfig
Blanket Implementations
Mutably borrows from an owned value. Read more