Struct ntapi::ntpsapi::VM_COUNTERS_EX2
source · [−]#[repr(C)]pub struct VM_COUNTERS_EX2 {
pub CountersEx: VM_COUNTERS_EX,
pub PrivateWorkingSetSize: SIZE_T,
pub SharedCommitUsage: SIZE_T,
}
Fields
CountersEx: VM_COUNTERS_EX
PrivateWorkingSetSize: SIZE_T
Trait Implementations
sourceimpl Clone for VM_COUNTERS_EX2
impl Clone for VM_COUNTERS_EX2
sourcefn clone(&self) -> VM_COUNTERS_EX2
fn clone(&self) -> VM_COUNTERS_EX2
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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
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