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