Struct windows_sys::Wdk::System::SystemServices::WHEAP_PROCESS_EINJ_EVENT
#[repr(C, packed(1))]pub struct WHEAP_PROCESS_EINJ_EVENT {Show 13 fields
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub Error: [u8; 32],
pub InjectionActionTableValid: BOOLEAN,
pub BeginInjectionInstructionCount: u32,
pub GetTriggerErrorActionTableInstructionCount: u32,
pub SetErrorTypeInstructionCount: u32,
pub GetErrorTypeInstructionCount: u32,
pub EndOperationInstructionCount: u32,
pub ExecuteOperationInstructionCount: u32,
pub CheckBusyStatusInstructionCount: u32,
pub GetCommandStatusInstructionCount: u32,
pub SetErrorTypeWithAddressInstructionCount: u32,
pub GetExecuteOperationTimingsInstructionCount: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§Error: [u8; 32]
§InjectionActionTableValid: BOOLEAN
§BeginInjectionInstructionCount: u32
§GetTriggerErrorActionTableInstructionCount: u32
§SetErrorTypeInstructionCount: u32
§GetErrorTypeInstructionCount: u32
§EndOperationInstructionCount: u32
§ExecuteOperationInstructionCount: u32
§CheckBusyStatusInstructionCount: u32
§GetCommandStatusInstructionCount: u32
§SetErrorTypeWithAddressInstructionCount: u32
§GetExecuteOperationTimingsInstructionCount: u32
Trait Implementations§
§impl Clone for WHEAP_PROCESS_EINJ_EVENT
impl Clone for WHEAP_PROCESS_EINJ_EVENT
impl Copy for WHEAP_PROCESS_EINJ_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for WHEAP_PROCESS_EINJ_EVENT
impl Send for WHEAP_PROCESS_EINJ_EVENT
impl Sync for WHEAP_PROCESS_EINJ_EVENT
impl Unpin for WHEAP_PROCESS_EINJ_EVENT
impl UnwindSafe for WHEAP_PROCESS_EINJ_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