Struct ntapi::ntpfapi::PF_SYSTEM_PREFETCH_PARAMETERS
source · [−]#[repr(C)]pub struct PF_SYSTEM_PREFETCH_PARAMETERS {
pub EnableStatus: [PF_ENABLE_STATUS; 2],
pub TraceLimits: [PF_TRACE_LIMITS; 2],
pub MaxNumActiveTraces: ULONG,
pub MaxNumSavedTraces: ULONG,
pub RootDirPath: [WCHAR; 32],
pub HostingApplicationList: [WCHAR; 128],
}
Fields
EnableStatus: [PF_ENABLE_STATUS; 2]
TraceLimits: [PF_TRACE_LIMITS; 2]
MaxNumActiveTraces: ULONG
MaxNumSavedTraces: ULONG
RootDirPath: [WCHAR; 32]
HostingApplicationList: [WCHAR; 128]
Trait Implementations
sourceimpl Clone for PF_SYSTEM_PREFETCH_PARAMETERS
impl Clone for PF_SYSTEM_PREFETCH_PARAMETERS
sourcefn clone(&self) -> PF_SYSTEM_PREFETCH_PARAMETERS
fn clone(&self) -> PF_SYSTEM_PREFETCH_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_PREFETCH_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for PF_SYSTEM_PREFETCH_PARAMETERS
impl Send for PF_SYSTEM_PREFETCH_PARAMETERS
impl Sync for PF_SYSTEM_PREFETCH_PARAMETERS
impl Unpin for PF_SYSTEM_PREFETCH_PARAMETERS
impl UnwindSafe for PF_SYSTEM_PREFETCH_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