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

pub enum HEAP_INFORMATION_CLASS {
    HeapCompatibilityInformation,
    HeapEnableTerminationOnCorruption,
    HeapOptimizeResources,
}

Variants

HeapCompatibilityInformation
HeapEnableTerminationOnCorruption
HeapOptimizeResources

Trait Implementations

Derived Implementations

impl Debug for HEAP_INFORMATION_CLASS

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

impl Copy for HEAP_INFORMATION_CLASS

impl Clone for HEAP_INFORMATION_CLASS

fn clone(&self) -> HEAP_INFORMATION_CLASS

fn clone_from(&mut self, source: &Self)