Struct windows_sys::Wdk::System::SystemServices::WHEA_SRAR_DETAIL_EVENT
#[repr(C, packed(1))]pub struct WHEA_SRAR_DETAIL_EVENT {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub RecoveryContextFlags: u32,
pub RecoveryContextPa: u64,
pub PageOfflineStatus: NTSTATUS,
pub KernelConsumerError: BOOLEAN,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§RecoveryContextFlags: u32
§RecoveryContextPa: u64
§PageOfflineStatus: NTSTATUS
§KernelConsumerError: BOOLEAN
Trait Implementations§
§impl Clone for WHEA_SRAR_DETAIL_EVENT
impl Clone for WHEA_SRAR_DETAIL_EVENT
impl Copy for WHEA_SRAR_DETAIL_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_SRAR_DETAIL_EVENT
impl Send for WHEA_SRAR_DETAIL_EVENT
impl Sync for WHEA_SRAR_DETAIL_EVENT
impl Unpin for WHEA_SRAR_DETAIL_EVENT
impl UnwindSafe for WHEA_SRAR_DETAIL_EVENT
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