Available on (
doc
or test
) and crate feature _bit_u8
only.Expand description
Shows how to use the bitfield!
declarative macro.
Structs§
- Example
Bitfield - An example created with
bitfield!
, everything public. - Example
Bitfield Custom - An example created with
bitfield!
, with public custom fields but no extra methods. - Example
Bitfield Extra - An example created with
bitfield!
, with public extra methods but no custom fields.