#[repr(C, packed(1))]pub struct WHEAP_STARTED_REPORT_HW_ERROR {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub ErrorPacket: *mut WHEA_ERROR_PACKET_V2,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§ErrorPacket: *mut WHEA_ERROR_PACKET_V2
Trait Implementations§
§impl Clone for WHEAP_STARTED_REPORT_HW_ERROR
impl Clone for WHEAP_STARTED_REPORT_HW_ERROR
impl Copy for WHEAP_STARTED_REPORT_HW_ERROR
Auto Trait Implementations§
impl RefUnwindSafe for WHEAP_STARTED_REPORT_HW_ERROR
impl !Send for WHEAP_STARTED_REPORT_HW_ERROR
impl !Sync for WHEAP_STARTED_REPORT_HW_ERROR
impl Unpin for WHEAP_STARTED_REPORT_HW_ERROR
impl UnwindSafe for WHEAP_STARTED_REPORT_HW_ERROR
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