Struct winapi::tlhelp32::HEAPLIST32
[−]
[src]
pub struct HEAPLIST32 { pub dwSize: SIZE_T, pub th32ProcessID: DWORD, pub th32HeapID: ULONG_PTR, pub dwFlags: DWORD, }
Fields
dwSize | |
th32ProcessID | |
th32HeapID | |
dwFlags |
Trait Implementations
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