Struct winapi::minwinbase::PROCESS_HEAP_ENTRY_Block [] [src]

pub struct PROCESS_HEAP_ENTRY_Block {
    pub hMem: HANDLE,
    pub dwReserved: [DWORD; 3],
}

Fields

hMem: HANDLE dwReserved: [DWORD; 3]

Trait Implementations

impl Debug for PROCESS_HEAP_ENTRY_Block
[src]

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

Formats the value using the given formatter.

impl Copy for PROCESS_HEAP_ENTRY_Block
[src]

impl Clone for PROCESS_HEAP_ENTRY_Block
[src]

fn clone(&self) -> PROCESS_HEAP_ENTRY_Block

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