#[repr(C, packed(1))]pub struct WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub Descriptor: WHEA_ERROR_SOURCE_DESCRIPTOR,
pub Status: NTSTATUS,
pub IsRemove: BOOLEAN,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Diagnostics_Debug"
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§Descriptor: WHEA_ERROR_SOURCE_DESCRIPTOR
§Status: NTSTATUS
§IsRemove: BOOLEAN
Trait Implementations§
impl Copy for WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT
impl !Send for WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT
impl !Sync for WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT
impl Unpin for WHEAP_ADD_REMOVE_ERROR_SOURCE_EVENT
impl UnwindSafe for WHEAP_ADD_REMOVE_ERROR_SOURCE_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