Struct windows_sys::Wdk::System::SystemServices::WHEAP_DPC_ERROR_EVENT
#[repr(C, packed(1))]pub struct WHEAP_DPC_ERROR_EVENT {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub ErrType: WHEAP_DPC_ERROR_EVENT_TYPE,
pub Bus: u32,
pub Device: u32,
pub Function: u32,
pub DeviceId: u16,
pub VendorId: u16,
}
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§ErrType: WHEAP_DPC_ERROR_EVENT_TYPE
§Bus: u32
§Device: u32
§Function: u32
§DeviceId: u16
§VendorId: u16
Trait Implementations§
§impl Clone for WHEAP_DPC_ERROR_EVENT
impl Clone for WHEAP_DPC_ERROR_EVENT
impl Copy for WHEAP_DPC_ERROR_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for WHEAP_DPC_ERROR_EVENT
impl Send for WHEAP_DPC_ERROR_EVENT
impl Sync for WHEAP_DPC_ERROR_EVENT
impl Unpin for WHEAP_DPC_ERROR_EVENT
impl UnwindSafe for WHEAP_DPC_ERROR_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