Struct winapi::winbase::MEMORYSTATUS [] [src]

pub struct MEMORYSTATUS {
    pub dwLength: DWORD,
    pub dwMemoryLoad: DWORD,
    pub dwTotalPhys: SIZE_T,
    pub dwAvailPhys: SIZE_T,
    pub dwTotalPageFile: SIZE_T,
    pub dwAvailPageFile: SIZE_T,
    pub dwTotalVirtual: SIZE_T,
    pub dwAvailVirtual: SIZE_T,
}

Fields

dwLength
dwMemoryLoad
dwTotalPhys
dwAvailPhys
dwTotalPageFile
dwAvailPageFile
dwTotalVirtual
dwAvailVirtual

Trait Implementations

impl Copy for MEMORYSTATUS
[src]

impl Clone for MEMORYSTATUS
[src]

fn clone(&self) -> MEMORYSTATUS

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 MEMORYSTATUS
[src]

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

Formats the value using the given formatter.