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: DWORD cbAllocated: SIZE_T cbCommitted: SIZE_T cbReserved: SIZE_T cbMaxReserve: SIZE_T

Trait Implementations

impl Debug for HEAP_SUMMARY
[src]

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

Formats the value using the given formatter.

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