glib::enums

Type Alias EnumValues

Source
pub type EnumValues = EnumerationValues<EnumValue>;
Expand description

Representation of enum values wrapped by EnumValuesStorage

Aliased Type§

struct EnumValues([EnumValue]);

Fields§

§0: [EnumValue]

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.