pub enum HeaderFormat {
NoHeader,
Type1LogHeader,
None,
}
Expand description
§System Event Log - Header Format
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§
Source§impl Debug for HeaderFormat
impl Debug for HeaderFormat
Source§impl PartialEq for HeaderFormat
impl PartialEq for HeaderFormat
Source§impl Serialize for HeaderFormat
impl Serialize for HeaderFormat
impl Eq for HeaderFormat
impl StructuralPartialEq for HeaderFormat
Auto Trait Implementations§
impl Freeze for HeaderFormat
impl RefUnwindSafe for HeaderFormat
impl Send for HeaderFormat
impl Sync for HeaderFormat
impl Unpin for HeaderFormat
impl UnwindSafe for HeaderFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more