Type Alias glib::enums::EnumValuesStorage

source ·
pub type EnumValuesStorage<const N: usize> = EnumerationValuesStorage<EnumValue, N>;
Expand description

Storage of enum values.

Aliased Type§

struct EnumValuesStorage<const N: usize>([EnumValue; N]);

Fields§

§0: [EnumValue; N]