Struct win_sys::Memory::HEAP_SUMMARY [−][src]
#[repr(C)]pub struct HEAP_SUMMARY {
pub cb: u32,
pub cbAllocated: usize,
pub cbCommitted: usize,
pub cbReserved: usize,
pub cbMaxReserve: usize,
}Expand description
Required features: Win32_System_Memory
Fields
cb: u32cbAllocated: usizecbCommitted: usizecbReserved: usizecbMaxReserve: usizeTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for HEAP_SUMMARY
impl Send for HEAP_SUMMARY
impl Sync for HEAP_SUMMARY
impl Unpin for HEAP_SUMMARY
impl UnwindSafe for HEAP_SUMMARY
Blanket Implementations
Mutably borrows from an owned value. Read more