Struct windows::Wdk::System::SystemServices::VM_COUNTERS
#[repr(C)]pub struct VM_COUNTERS {
pub PeakVirtualSize: usize,
pub VirtualSize: usize,
pub PageFaultCount: u32,
pub PeakWorkingSetSize: usize,
pub WorkingSetSize: usize,
pub QuotaPeakPagedPoolUsage: usize,
pub QuotaPagedPoolUsage: usize,
pub QuotaPeakNonPagedPoolUsage: usize,
pub QuotaNonPagedPoolUsage: usize,
pub PagefileUsage: usize,
pub PeakPagefileUsage: usize,
}
Fields§
§PeakVirtualSize: usize
§VirtualSize: usize
§PageFaultCount: u32
§PeakWorkingSetSize: usize
§WorkingSetSize: usize
§QuotaPeakPagedPoolUsage: usize
§QuotaPagedPoolUsage: usize
§QuotaPeakNonPagedPoolUsage: usize
§QuotaNonPagedPoolUsage: usize
§PagefileUsage: usize
§PeakPagefileUsage: usize
Trait Implementations§
§impl Clone for VM_COUNTERS
impl Clone for VM_COUNTERS
§fn clone(&self) -> VM_COUNTERS
fn clone(&self) -> VM_COUNTERS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for VM_COUNTERS
impl Debug for VM_COUNTERS
§impl PartialEq for VM_COUNTERS
impl PartialEq for VM_COUNTERS
§fn eq(&self, other: &VM_COUNTERS) -> bool
fn eq(&self, other: &VM_COUNTERS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VM_COUNTERS
impl Eq for VM_COUNTERS
impl StructuralPartialEq for VM_COUNTERS
Auto Trait Implementations§
impl Freeze for VM_COUNTERS
impl RefUnwindSafe for VM_COUNTERS
impl Send for VM_COUNTERS
impl Sync for VM_COUNTERS
impl Unpin for VM_COUNTERS
impl UnwindSafe for VM_COUNTERS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)