Struct ntapi::ntpfapi::PF_SYSTEM_SUPERFETCH_PARAMETERS
source · [−]#[repr(C)]pub struct PF_SYSTEM_SUPERFETCH_PARAMETERS {
pub EnabledComponents: ULONG,
pub BootID: ULONG,
pub SavedSectInfoTracesMax: ULONG,
pub SavedPageAccessTracesMax: ULONG,
pub ScenarioPrefetchTimeoutStandby: ULONG,
pub ScenarioPrefetchTimeoutHibernate: ULONG,
}
Fields
EnabledComponents: ULONG
BootID: ULONG
SavedSectInfoTracesMax: ULONG
SavedPageAccessTracesMax: ULONG
ScenarioPrefetchTimeoutStandby: ULONG
ScenarioPrefetchTimeoutHibernate: ULONG
Trait Implementations
sourceimpl Clone for PF_SYSTEM_SUPERFETCH_PARAMETERS
impl Clone for PF_SYSTEM_SUPERFETCH_PARAMETERS
sourcefn clone(&self) -> PF_SYSTEM_SUPERFETCH_PARAMETERS
fn clone(&self) -> PF_SYSTEM_SUPERFETCH_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PF_SYSTEM_SUPERFETCH_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for PF_SYSTEM_SUPERFETCH_PARAMETERS
impl Send for PF_SYSTEM_SUPERFETCH_PARAMETERS
impl Sync for PF_SYSTEM_SUPERFETCH_PARAMETERS
impl Unpin for PF_SYSTEM_SUPERFETCH_PARAMETERS
impl UnwindSafe for PF_SYSTEM_SUPERFETCH_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more