glib::enums

Type Alias FlagsValues

Source
pub type FlagsValues = EnumerationValues<FlagsValue>;
Expand description

Representation of flags values wrapped by FlagsValuesStorage

Aliased Type§

struct FlagsValues([FlagsValue]);

Fields§

§0: [FlagsValue]

Trait Implementations

Source§

impl<E: EnumerationValue<E>> Deref for EnumerationValues<E>

Source§

fn deref(&self) -> &Self::Target

Dereferences the enumeration values as a slice, but excluding the last value which is zero.

Source§

type Target = [E]

The resulting type after dereferencing.