Enum smbioslib::HeaderFormat [−][src]
pub enum HeaderFormat {
NoHeader,
Type1LogHeader,
None,
}Expand description
Variants
No header (for example, the header is 0 bytes in length)
Type 1 log header
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HeaderFormatimpl Send for HeaderFormatimpl Sync for HeaderFormatimpl Unpin for HeaderFormatimpl UnwindSafe for HeaderFormat