glib::enums

Type Alias EnumValuesStorage

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

Storage of enum values.

Aliased Type§

struct EnumValuesStorage<const N: usize>(/* private fields */);