Type Alias EnumValuesStorage
pub type EnumValuesStorage<const N: usize> = EnumerationValuesStorage<EnumValue, N>;Expand description
Storage of enum values.
Aliased Typeยง
#[repr(C)]pub struct EnumValuesStorage<const N: usize>(/* private fields */);