Skip to main contentCrate bitrs
Source - layout
- Specifies a layout of bitfields.
- multilayout
- Specifies a family of closely related bitfield layouts in one place,
expanding to one
layout!-equivalent type per declared struct.
- FieldMetadata
- The metadata of a (non-reserved) bitfield.
- InvalidBits
- Represents an invalid bit pattern for a field with a custom representation.
- Unsigned
- Implemented by unsigned integral type, this trait represents a valid base
type for a bitfield layout.
- bitfield_repr
- Syntax sugar for defining a layout representation that also auto-derives the
traits required of a custom bitfield representation.