Struct winapi::um::winbase::MEMORYSTATUS
source · #[repr(C)]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: DWORD
§dwMemoryLoad: DWORD
§dwTotalPhys: SIZE_T
§dwAvailPhys: SIZE_T
§dwTotalPageFile: SIZE_T
§dwAvailPageFile: SIZE_T
§dwTotalVirtual: SIZE_T
§dwAvailVirtual: SIZE_T
Trait Implementations§
source§impl Clone for MEMORYSTATUS
impl Clone for MEMORYSTATUS
source§fn clone(&self) -> MEMORYSTATUS
fn clone(&self) -> MEMORYSTATUS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for MEMORYSTATUS
impl Default for MEMORYSTATUS
source§fn default() -> MEMORYSTATUS
fn default() -> MEMORYSTATUS
Returns the “default value” for a type. Read more