#[repr(C, packed(4))]pub struct MINIDUMP_SYSTEM_FILECACHE_INFORMATION {
pub CurrentSize: u64,
pub PeakSize: u64,
pub PageFaultCount: u32,
pub MinimumWorkingSet: u64,
pub MaximumWorkingSet: u64,
pub CurrentSizeIncludingTransitionInPages: u64,
pub PeakSizeIncludingTransitionInPages: u64,
pub TransitionRePurposeCount: u32,
pub Flags: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
CurrentSize: u64
PeakSize: u64
PageFaultCount: u32
MinimumWorkingSet: u64
MaximumWorkingSet: u64
CurrentSizeIncludingTransitionInPages: u64
PeakSizeIncludingTransitionInPages: u64
TransitionRePurposeCount: u32
Flags: u32
Trait Implementations
impl Copy for MINIDUMP_SYSTEM_FILECACHE_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_SYSTEM_FILECACHE_INFORMATION
impl Send for MINIDUMP_SYSTEM_FILECACHE_INFORMATION
impl Sync for MINIDUMP_SYSTEM_FILECACHE_INFORMATION
impl Unpin for MINIDUMP_SYSTEM_FILECACHE_INFORMATION
impl UnwindSafe for MINIDUMP_SYSTEM_FILECACHE_INFORMATION
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