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. - Into
Iter - An owning iterator over the values stored in a
BitSet. - Iter
- An iterator over the values stored in a
BitSet.