Struct windows_sys::Win32::System::Threading::APP_MEMORY_INFORMATION
[−]#[repr(C)]pub struct APP_MEMORY_INFORMATION {
pub AvailableCommit: u64,
pub PrivateCommitUsage: u64,
pub PeakPrivateCommitUsage: u64,
pub TotalCommitUsage: u64,
}Expand description
Required features: "Win32_System_Threading"
Fields
AvailableCommit: u64PrivateCommitUsage: u64PeakPrivateCommitUsage: u64TotalCommitUsage: u64Trait Implementations
impl Clone for APP_MEMORY_INFORMATION
impl Clone for APP_MEMORY_INFORMATION
impl Copy for APP_MEMORY_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for APP_MEMORY_INFORMATION
impl Send for APP_MEMORY_INFORMATION
impl Sync for APP_MEMORY_INFORMATION
impl Unpin for APP_MEMORY_INFORMATION
impl UnwindSafe for APP_MEMORY_INFORMATION
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