pub type FrozenEnumType = EnumTypeGen<FrozenValue>;
Expand description

Frozen enum type.

Aliased Type§

struct FrozenEnumType { /* private fields */ }

Trait Implementations§

source§

impl AllocFrozenValue for FrozenEnumType

source§

fn alloc_frozen_value(self, heap: &FrozenHeap) -> FrozenValue

Allocate a value in the frozen heap and return a reference to the allocated value.