Module input_linux::bitmask[][src]

Expand description

Bitmasks are a set of bits that can be indexed and queried by the values of various enum types.

Structs

A set of bits that can be indexed by specific enum values.

An iterator over the set bits of a bitmask.

Traits

A generic trait that can be used to index by a given type into a set of bits.

Type Definitions

A dynamically allocated bitmask.