Struct winapi::tlhelp32::HEAPLIST32 [] [src]

pub struct HEAPLIST32 {
    pub dwSize: SIZE_T,
    pub th32ProcessID: DWORD,
    pub th32HeapID: ULONG_PTR,
    pub dwFlags: DWORD,
}

Fields

dwSize: SIZE_T th32ProcessID: DWORD th32HeapID: ULONG_PTR dwFlags: DWORD

Trait Implementations

impl Debug for HEAPLIST32
[src]

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

Formats the value using the given formatter.

impl Copy for HEAPLIST32
[src]

impl Clone for HEAPLIST32
[src]

fn clone(&self) -> HEAPLIST32

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