Type Alias EnumValues

Source
pub type EnumValues = EnumerationValues<EnumValue>;
Expand description

Representation of enum values wrapped by EnumValuesStorage

Aliased Type§

#[repr(C)]
pub struct EnumValues([EnumValue]);

Tuple Fields§

§0: [EnumValue]