Struct windows_sys::Win32::System::SystemInformation::MEMORYSTATUSEX
[−]#[repr(C)]pub struct MEMORYSTATUSEX {
pub dwLength: u32,
pub dwMemoryLoad: u32,
pub ullTotalPhys: u64,
pub ullAvailPhys: u64,
pub ullTotalPageFile: u64,
pub ullAvailPageFile: u64,
pub ullTotalVirtual: u64,
pub ullAvailVirtual: u64,
pub ullAvailExtendedVirtual: u64,
}Expand description
Required features: "Win32_System_SystemInformation"
Fields
dwLength: u32dwMemoryLoad: u32ullTotalPhys: u64ullAvailPhys: u64ullTotalPageFile: u64ullAvailPageFile: u64ullTotalVirtual: u64ullAvailVirtual: u64ullAvailExtendedVirtual: u64Trait Implementations
impl Clone for MEMORYSTATUSEX
impl Clone for MEMORYSTATUSEX
impl Copy for MEMORYSTATUSEX
Auto Trait Implementations
impl RefUnwindSafe for MEMORYSTATUSEX
impl Send for MEMORYSTATUSEX
impl Sync for MEMORYSTATUSEX
impl Unpin for MEMORYSTATUSEX
impl UnwindSafe for MEMORYSTATUSEX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more