Type Alias glib::enums::FlagsValuesStorage

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

Storage of flags values.

Aliased Type§

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