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

Derived Implementations

impl Debug for HEAP_SUMMARY

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for HEAP_SUMMARY

impl Clone for HEAP_SUMMARY

fn clone(&self) -> HEAP_SUMMARY

fn clone_from(&mut self, source: &Self)