pub struct Version {
pub revision: u32,
pub header_type: u16,
pub product_id: u32,
pub record_type: u8,
pub consumed: bool,
pub cldic: bool,
}Expand description
Version of the Crash Log record
Fields§
§revision: u32Revision of the record
header_type: u16Type of the header
product_id: u32Product that generated the record
record_type: u8Type of the record
consumed: boolIndicates if the record has been consumed by IAFW
cldic: boolIntegrity checker present
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Version
impl RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnsafeUnpin for Version
impl UnwindSafe for Version
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