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
CommitTotal
CommitLimit
CommitPeak
PhysicalTotal
PhysicalAvailable
SystemCache
KernelTotal
KernelPaged
KernelNonpaged
PageSize
HandleCount
ProcessCount
ThreadCount

Trait Implementations

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

Derived Implementations

impl Debug for PERFORMANCE_INFORMATION
[src]

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

Formats the value using the given formatter.