#[repr(C)]pub struct SYSTEM_MEMORY_USAGE_INFORMATION {
pub TotalPhysicalBytes: u64,
pub AvailableBytes: u64,
pub ResidentAvailableBytes: i64,
pub CommittedBytes: u64,
pub SharedCommittedBytes: u64,
pub CommitLimitBytes: u64,
pub PeakCommitmentBytes: u64,
}Fieldsยง
ยงTotalPhysicalBytes: u64ยงAvailableBytes: u64ยงResidentAvailableBytes: i64ยงCommittedBytes: u64ยงCommitLimitBytes: u64ยงPeakCommitmentBytes: u64Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_MEMORY_USAGE_INFORMATION
impl Send for SYSTEM_MEMORY_USAGE_INFORMATION
impl Sync for SYSTEM_MEMORY_USAGE_INFORMATION
impl Unpin for SYSTEM_MEMORY_USAGE_INFORMATION
impl UnwindSafe for SYSTEM_MEMORY_USAGE_INFORMATION
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