Struct winsafe::MEMORYSTATUSEX[][src]

#[repr(C)]
pub struct MEMORYSTATUSEX { pub dwMemoryLoad: u32, pub ullTotalPhys: u64, pub ullAvailPhys: u64, pub ullTotalPageFile: u64, pub ullAvailPageFile: u64, pub ullTotalVirtual: u64, pub ullAvailVirtual: u64, pub ullAvailExtendedVirtual: u64, // some fields omitted }
Expand description

Fields

dwMemoryLoad: u32ullTotalPhys: u64ullAvailPhys: u64ullTotalPageFile: u64ullAvailPageFile: u64ullTotalVirtual: u64ullAvailVirtual: u64ullAvailExtendedVirtual: u64

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.