Struct winapi::psapi::PERFORMANCE_INFORMATION [] [src]

pub struct PERFORMANCE_INFORMATION {
    pub cb: DWORD,
    pub CommitTotal: SIZE_T,
    pub CommitLimit: SIZE_T,
    pub CommitPeak: SIZE_T,
    pub PhysicalTotal: SIZE_T,
    pub PhysicalAvailable: SIZE_T,
    pub SystemCache: SIZE_T,
    pub KernelTotal: SIZE_T,
    pub KernelPaged: SIZE_T,
    pub KernelNonpaged: SIZE_T,
    pub PageSize: SIZE_T,
    pub HandleCount: DWORD,
    pub ProcessCount: DWORD,
    pub ThreadCount: DWORD,
}

Fields

cb: DWORD CommitTotal: SIZE_T CommitLimit: SIZE_T CommitPeak: SIZE_T PhysicalTotal: SIZE_T PhysicalAvailable: SIZE_T SystemCache: SIZE_T KernelTotal: SIZE_T KernelPaged: SIZE_T KernelNonpaged: SIZE_T PageSize: SIZE_T HandleCount: DWORD ProcessCount: DWORD ThreadCount: DWORD

Trait Implementations

impl Debug for PERFORMANCE_INFORMATION
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for PERFORMANCE_INFORMATION
[src]

impl Clone for PERFORMANCE_INFORMATION
[src]

fn clone(&self) -> PERFORMANCE_INFORMATION

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more