Macros§
- define_
specifiers - Generates the
B1
,B2
, …,B128
bitfield specifiers.
Attribute Macros§
- bitfield
- Applicable to structs to turn their fields into compact bitfields.
Derive Macros§
- Bitfield
Specifier - Derive macro for Rust
enums
to implementSpecifier
trait.