Module collections::enum_set[src]

A structure for holding a set of enum variants

This module defines a container which uses an efficient bit mask representation to hold C-like enum variants.

Structs

EnumSet

A specialized Set implementation to use enum types.

Items

An iterator over an EnumSet

Traits

CLike

An interface for casting C-like enum to uint and back.