Enum smbioslib::HeaderFormat [−][src]
pub enum HeaderFormat {
NoHeader,
Type1LogHeader,
None,
}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
impl Debug for HeaderFormat[src]
impl Debug for HeaderFormat[src]impl PartialEq<HeaderFormat> for HeaderFormat[src]
impl PartialEq<HeaderFormat> for HeaderFormat[src]impl Serialize for HeaderFormat[src]
impl Serialize for HeaderFormat[src]