Type Alias EnumValuesStorage

Source
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>([EnumValue; N]);

Tuple Fields§

§0: [EnumValue; N]