Struct winapi::processsnapshot::PSS_ALLOCATOR [] [src]

pub struct PSS_ALLOCATOR {
    pub Context: *mut c_void,
    pub AllocRoutine: pAllocRoutine,
    pub FreeRoutine: pFreeRoutine,
}

Fields

Context: *mut c_void AllocRoutine: pAllocRoutine FreeRoutine: pFreeRoutine

Trait Implementations

impl Copy for PSS_ALLOCATOR
[src]

impl Clone for PSS_ALLOCATOR
[src]

fn clone(&self) -> PSS_ALLOCATOR

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