Skip to main content

Module set

Module set 

Source
Expand description

Contains the types used for sets of enums.

Structs§

EnumSet
An efficient set type for enums.
EnumSetIter
The iterator used by EnumSets.
MixedEnumSet
A variant of EnumSet that preserves unknown bits.
MixedEnumSetIter
The iterator used by MixedEnumSets.

Enums§

MixedValue
Used to return potentially invalid variants of a MixedEnumSet.