Module bits

Source
Expand description

A BitSet for values reported by evdev.

evdev reports device properties, present axes, and pressed keys as bit sets. The types in this module are meant to represent that data with a convenient API.

Structs§

BitSet
A set of V, stored as a bit set.
IntoIter
An owning iterator over the values stored in a BitSet.
Iter
An iterator over the values stored in a BitSet.

Traits§

BitValue
Types that can be used in BitSet.

Type Aliases§

Word
The underlying word type used by BitSets.