#[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,
}
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§
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