Struct winapi::heapapi::HEAP_SUMMARY
[−]
[src]
pub struct HEAP_SUMMARY { pub cb: DWORD, pub cbAllocated: SIZE_T, pub cbCommitted: SIZE_T, pub cbReserved: SIZE_T, pub cbMaxReserve: SIZE_T, }
Fields
cb | |
cbAllocated | |
cbCommitted | |
cbReserved | |
cbMaxReserve |
Trait Implementations
impl Copy for HEAP_SUMMARY
[src]
impl Clone for HEAP_SUMMARY
[src]
fn clone(&self) -> HEAP_SUMMARY
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more