Expand description
Bitmasks are a set of bits that can be indexed and queried by the values of various enum types.
Structs§
- Bitmask
- A set of bits that can be indexed by specific enum values.
- Bitmask
Iterator - An iterator over the set bits of a bitmask.
Traits§
- Bitmask
Trait - A generic trait that can be used to index by a given type into a set of bits.
Type Aliases§
- Bitmask
Vec - A dynamically allocated bitmask.