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>(/* private fields */);