Struct windows_sys::Wdk::System::SystemServices::VM_COUNTERS_EX2
#[repr(C)]pub struct VM_COUNTERS_EX2 {
pub CountersEx: VM_COUNTERS_EX,
pub PrivateWorkingSetSize: usize,
pub SharedCommitUsage: u64,
}
Fields§
§CountersEx: VM_COUNTERS_EX
§PrivateWorkingSetSize: usize
Trait Implementations§
§impl Clone for VM_COUNTERS_EX2
impl Clone for VM_COUNTERS_EX2
impl Copy for VM_COUNTERS_EX2
Auto Trait Implementations§
impl RefUnwindSafe for VM_COUNTERS_EX2
impl Send for VM_COUNTERS_EX2
impl Sync for VM_COUNTERS_EX2
impl Unpin for VM_COUNTERS_EX2
impl UnwindSafe for VM_COUNTERS_EX2
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