pub type FrozenEnumValue = EnumValueGen<FrozenValue>;
Expand description

Type of frozen value.

Aliased Type§

struct FrozenEnumValue { /* private fields */ }

Trait Implementations§

source§

impl AllocFrozenValue for FrozenEnumValue

source§

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

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