Struct windows::Wdk::System::SystemServices::WHEAP_PFA_MEMORY_POLICY
#[repr(C, packed(1))]pub struct WHEAP_PFA_MEMORY_POLICY {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub RegistryKeysPresent: u32,
pub DisableOffline: BOOLEAN,
pub PersistOffline: BOOLEAN,
pub PfaDisabled: BOOLEAN,
pub PageCount: u32,
pub ErrorThreshold: u32,
pub TimeOut: u32,
}
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§RegistryKeysPresent: u32
§DisableOffline: BOOLEAN
§PersistOffline: BOOLEAN
§PfaDisabled: BOOLEAN
§PageCount: u32
§ErrorThreshold: u32
§TimeOut: u32
Trait Implementations§
§impl Clone for WHEAP_PFA_MEMORY_POLICY
impl Clone for WHEAP_PFA_MEMORY_POLICY
§fn clone(&self) -> WHEAP_PFA_MEMORY_POLICY
fn clone(&self) -> WHEAP_PFA_MEMORY_POLICY
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for WHEAP_PFA_MEMORY_POLICY
impl Default for WHEAP_PFA_MEMORY_POLICY
impl Copy for WHEAP_PFA_MEMORY_POLICY
Auto Trait Implementations§
impl Freeze for WHEAP_PFA_MEMORY_POLICY
impl RefUnwindSafe for WHEAP_PFA_MEMORY_POLICY
impl Send for WHEAP_PFA_MEMORY_POLICY
impl Sync for WHEAP_PFA_MEMORY_POLICY
impl Unpin for WHEAP_PFA_MEMORY_POLICY
impl UnwindSafe for WHEAP_PFA_MEMORY_POLICY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)