Expand description
Provides the abstraction of a bit field, which allows for bit-level update and retrieval operations.
Macros§
- bitfield_
numeric_ 🔒impl - An internal macro used for implementing BitField on the standard integral types.
Traits§
- BitArray
- BitField
- A generic trait which provides methods for extracting and setting specific bits or ranges of bits.