Struct windows::Win32::System::SystemInformation::MEMORYSTATUS
#[repr(C)]pub struct MEMORYSTATUS {
pub dwLength: u32,
pub dwMemoryLoad: u32,
pub dwTotalPhys: usize,
pub dwAvailPhys: usize,
pub dwTotalPageFile: usize,
pub dwAvailPageFile: usize,
pub dwTotalVirtual: usize,
pub dwAvailVirtual: usize,
}
Fields§
§dwLength: u32
§dwMemoryLoad: u32
§dwTotalPhys: usize
§dwAvailPhys: usize
§dwTotalPageFile: usize
§dwAvailPageFile: usize
§dwTotalVirtual: usize
§dwAvailVirtual: usize
Trait Implementations§
§impl Clone for MEMORYSTATUS
impl Clone for MEMORYSTATUS
§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 more§impl Debug for MEMORYSTATUS
impl Debug for MEMORYSTATUS
§impl Default for MEMORYSTATUS
impl Default for MEMORYSTATUS
§impl PartialEq for MEMORYSTATUS
impl PartialEq for MEMORYSTATUS
§fn eq(&self, other: &MEMORYSTATUS) -> bool
fn eq(&self, other: &MEMORYSTATUS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MEMORYSTATUS
impl Eq for MEMORYSTATUS
impl StructuralPartialEq for MEMORYSTATUS
Auto Trait Implementations§
impl Freeze for MEMORYSTATUS
impl RefUnwindSafe for MEMORYSTATUS
impl Send for MEMORYSTATUS
impl Sync for MEMORYSTATUS
impl Unpin for MEMORYSTATUS
impl UnwindSafe for MEMORYSTATUS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)