Struct winapi::um::sysinfoapi::MEMORYSTATUSEX
source · [−]#[repr(C)]pub struct MEMORYSTATUSEX {
pub dwLength: DWORD,
pub dwMemoryLoad: DWORD,
pub ullTotalPhys: DWORDLONG,
pub ullAvailPhys: DWORDLONG,
pub ullTotalPageFile: DWORDLONG,
pub ullAvailPageFile: DWORDLONG,
pub ullTotalVirtual: DWORDLONG,
pub ullAvailVirtual: DWORDLONG,
pub ullAvailExtendedVirtual: DWORDLONG,
}
Fields
dwLength: DWORD
dwMemoryLoad: DWORD
ullTotalPhys: DWORDLONG
ullAvailPhys: DWORDLONG
ullTotalPageFile: DWORDLONG
ullAvailPageFile: DWORDLONG
ullTotalVirtual: DWORDLONG
ullAvailVirtual: DWORDLONG
ullAvailExtendedVirtual: DWORDLONG
Trait Implementations
sourceimpl Clone for MEMORYSTATUSEX
impl Clone for MEMORYSTATUSEX
sourcefn clone(&self) -> MEMORYSTATUSEX
fn clone(&self) -> MEMORYSTATUSEX
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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