#[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: ULONGMaxNumSavedTraces: ULONGRootDirPath: [WCHAR; 32]HostingApplicationList: [WCHAR; 128]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.