[src]

Module collections::enum_set

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.

EnumSet

A specialized Set implementation to use enum types.

Items

An iterator over an EnumSet

CLike

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