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 HeaderFormat
impl Send for HeaderFormat
impl Sync for HeaderFormat
impl Unpin for HeaderFormat
impl UnwindSafe for HeaderFormat