Struct windows_sys::Wdk::System::SystemServices::WHEAP_ACPI_TIMEOUT_EVENT
#[repr(C)]pub struct WHEAP_ACPI_TIMEOUT_EVENT {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub TableType: [u8; 32],
pub TableRequest: [u8; 32],
}
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§TableType: [u8; 32]
§TableRequest: [u8; 32]
Trait Implementations§
§impl Clone for WHEAP_ACPI_TIMEOUT_EVENT
impl Clone for WHEAP_ACPI_TIMEOUT_EVENT
impl Copy for WHEAP_ACPI_TIMEOUT_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for WHEAP_ACPI_TIMEOUT_EVENT
impl Send for WHEAP_ACPI_TIMEOUT_EVENT
impl Sync for WHEAP_ACPI_TIMEOUT_EVENT
impl Unpin for WHEAP_ACPI_TIMEOUT_EVENT
impl UnwindSafe for WHEAP_ACPI_TIMEOUT_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