Struct windows_sys::Wdk::System::SystemServices::WHEAP_PFA_MEMORY_OFFLINED
#[repr(C, packed(1))]pub struct WHEAP_PFA_MEMORY_OFFLINED {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub DecisionType: WHEAP_PFA_OFFLINE_DECISION_TYPE,
pub ImmediateSuccess: BOOLEAN,
pub Page: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§DecisionType: WHEAP_PFA_OFFLINE_DECISION_TYPE
§ImmediateSuccess: BOOLEAN
§Page: u32
Trait Implementations§
§impl Clone for WHEAP_PFA_MEMORY_OFFLINED
impl Clone for WHEAP_PFA_MEMORY_OFFLINED
impl Copy for WHEAP_PFA_MEMORY_OFFLINED
Auto Trait Implementations§
impl RefUnwindSafe for WHEAP_PFA_MEMORY_OFFLINED
impl Send for WHEAP_PFA_MEMORY_OFFLINED
impl Sync for WHEAP_PFA_MEMORY_OFFLINED
impl Unpin for WHEAP_PFA_MEMORY_OFFLINED
impl UnwindSafe for WHEAP_PFA_MEMORY_OFFLINED
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