Module bitfield

Source
Available on (doc or test) and crate feature _bit_u8 only.
Expand description

Shows how to use the bitfield! declarative macro.

Structs§

ExampleBitfield
An example created with bitfield!, everything public.
ExampleBitfieldCustom
An example created with bitfield!, with public custom fields but no extra methods.
ExampleBitfieldExtra
An example created with bitfield!, with public extra methods but no custom fields.