#[repr(C, packed(1))]pub struct WHEAP_PFA_MEMORY_REMOVE_MONITOR {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub RemoveTrigger: WHEA_PFA_REMOVE_TRIGGER,
pub TimeInList: u32,
pub ErrorCount: u32,
pub Page: u32,
}
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§RemoveTrigger: WHEA_PFA_REMOVE_TRIGGER
§TimeInList: u32
§ErrorCount: u32
§Page: u32
Trait Implementations§
§impl Clone for WHEAP_PFA_MEMORY_REMOVE_MONITOR
impl Clone for WHEAP_PFA_MEMORY_REMOVE_MONITOR
impl Copy for WHEAP_PFA_MEMORY_REMOVE_MONITOR
Auto Trait Implementations§
impl RefUnwindSafe for WHEAP_PFA_MEMORY_REMOVE_MONITOR
impl Send for WHEAP_PFA_MEMORY_REMOVE_MONITOR
impl Sync for WHEAP_PFA_MEMORY_REMOVE_MONITOR
impl Unpin for WHEAP_PFA_MEMORY_REMOVE_MONITOR
impl UnwindSafe for WHEAP_PFA_MEMORY_REMOVE_MONITOR
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