Enum smbioslib::HeaderFormat
source · [−]pub enum HeaderFormat {
NoHeader,
Type1LogHeader,
None,
}
Expand description
Variants
NoHeader
No header (for example, the header is 0 bytes in length)
Type1LogHeader
Type 1 log header
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for HeaderFormat
impl Debug for HeaderFormat
sourceimpl PartialEq<HeaderFormat> for HeaderFormat
impl PartialEq<HeaderFormat> for HeaderFormat
sourceimpl Serialize for HeaderFormat
impl Serialize for HeaderFormat
impl Eq for HeaderFormat
impl StructuralEq for HeaderFormat
impl StructuralPartialEq for HeaderFormat
Auto Trait Implementations
impl RefUnwindSafe for HeaderFormat
impl Send for HeaderFormat
impl Sync for HeaderFormat
impl Unpin for HeaderFormat
impl UnwindSafe for HeaderFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more