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: SIZE_T hHandle: HANDLE dwAddress: ULONG_PTR dwBlockSize: SIZE_T dwFlags: DWORD dwLockCount: DWORD dwResvd: DWORD th32ProcessID: DWORD th32HeapID: ULONG_PTR

Trait Implementations

impl Debug for HEAPENTRY32
[src]

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

Formats the value using the given formatter.

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