Enum winapi::winnt::HEAP_INFORMATION_CLASS [] [src]

pub enum HEAP_INFORMATION_CLASS {
    HeapCompatibilityInformation,
    HeapEnableTerminationOnCorruption,
    HeapOptimizeResources,
}

Variants

HeapCompatibilityInformationHeapEnableTerminationOnCorruptionHeapOptimizeResources

Trait Implementations

impl Debug for HEAP_INFORMATION_CLASS
[src]

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

Formats the value using the given formatter.

impl Copy for HEAP_INFORMATION_CLASS
[src]

impl Clone for HEAP_INFORMATION_CLASS
[src]

fn clone(&self) -> HEAP_INFORMATION_CLASS

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