Struct windows_sys::Wdk::System::SystemServices::WHEA_ERROR_PACKET_V2
#[repr(C, packed(1))]pub struct WHEA_ERROR_PACKET_V2 {Show 16 fields
pub Signature: u32,
pub Version: u32,
pub Length: u32,
pub Flags: WHEA_ERROR_PACKET_FLAGS,
pub ErrorType: WHEA_ERROR_TYPE,
pub ErrorSeverity: WHEA_ERROR_SEVERITY,
pub ErrorSourceId: u32,
pub ErrorSourceType: WHEA_ERROR_SOURCE_TYPE,
pub NotifyType: GUID,
pub Context: u64,
pub DataFormat: WHEA_ERROR_PACKET_DATA_FORMAT,
pub Reserved1: u32,
pub DataOffset: u32,
pub DataLength: u32,
pub PshedDataOffset: u32,
pub PshedDataLength: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§Signature: u32
§Version: u32
§Length: u32
§Flags: WHEA_ERROR_PACKET_FLAGS
§ErrorType: WHEA_ERROR_TYPE
§ErrorSeverity: WHEA_ERROR_SEVERITY
§ErrorSourceId: u32
§ErrorSourceType: WHEA_ERROR_SOURCE_TYPE
§NotifyType: GUID
§Context: u64
§DataFormat: WHEA_ERROR_PACKET_DATA_FORMAT
§Reserved1: u32
§DataOffset: u32
§DataLength: u32
§PshedDataOffset: u32
§PshedDataLength: u32
Trait Implementations§
§impl Clone for WHEA_ERROR_PACKET_V2
impl Clone for WHEA_ERROR_PACKET_V2
impl Copy for WHEA_ERROR_PACKET_V2
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_ERROR_PACKET_V2
impl Send for WHEA_ERROR_PACKET_V2
impl Sync for WHEA_ERROR_PACKET_V2
impl Unpin for WHEA_ERROR_PACKET_V2
impl UnwindSafe for WHEA_ERROR_PACKET_V2
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