Struct vc6_sys::_MEMORYSTATUS
source · #[repr(C)]pub struct _MEMORYSTATUS {
pub dwLength: DWORD,
pub dwMemoryLoad: DWORD,
pub dwTotalPhys: DWORD,
pub dwAvailPhys: DWORD,
pub dwTotalPageFile: DWORD,
pub dwAvailPageFile: DWORD,
pub dwTotalVirtual: DWORD,
pub dwAvailVirtual: DWORD,
}Fields§
§dwLength: DWORD§dwMemoryLoad: DWORD§dwTotalPhys: DWORD§dwAvailPhys: DWORD§dwTotalPageFile: DWORD§dwAvailPageFile: DWORD§dwTotalVirtual: DWORD§dwAvailVirtual: DWORDTrait 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 Debug for _MEMORYSTATUS
impl Debug for _MEMORYSTATUS
impl Copy for _MEMORYSTATUS
Auto Trait Implementations§
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