Struct winapi::tlhelp32::HEAPENTRY32 [] [src]

pub struct HEAPENTRY32 {
    pub dwSize: SIZE_T,
    pub hHandle: HANDLE,
    pub dwAddress: ULONG_PTR,
    pub dwBlockSize: SIZE_T,
    pub dwFlags: DWORD,
    pub dwLockCount: DWORD,
    pub dwResvd: DWORD,
    pub th32ProcessID: DWORD,
    pub th32HeapID: ULONG_PTR,
}

Fields

dwSize
hHandle
dwAddress
dwBlockSize
dwFlags
dwLockCount
dwResvd
th32ProcessID
th32HeapID

Trait Implementations

impl Copy for HEAPENTRY32
[src]

impl Clone for HEAPENTRY32
[src]

fn clone(&self) -> HEAPENTRY32

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

Derived Implementations

impl Debug for HEAPENTRY32
[src]

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

Formats the value using the given formatter.