Struct winapi::minwinbase::PROCESS_HEAP_ENTRY_Region
[−]
[src]
pub struct PROCESS_HEAP_ENTRY_Region { pub dwCommittedSize: DWORD, pub dwUnCommittedSize: DWORD, pub lpFirstBlock: LPVOID, pub lpLastBlock: LPVOID, }
Fields
dwCommittedSize | |
dwUnCommittedSize | |
lpFirstBlock | |
lpLastBlock |
Trait Implementations
impl Copy for PROCESS_HEAP_ENTRY_Region
[src]
impl Clone for PROCESS_HEAP_ENTRY_Region
[src]
fn clone(&self) -> PROCESS_HEAP_ENTRY_Region
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