Module proc_bitfield::example
source · Expand description
Sample bitfields to showcase the crate’s features
Modules§
Structs§
- A bitfield showcasing how to specify access restrictions.
- A bitfield showcasing how to specify bit ranges.
- A bitfield showcasing various kinds of field type conversions.
Enums§
- An enum showcasing the
ConvRaw
derive for converting from/into booleans. - An enum showcasing the
ConvRaw
derive for converting from/into integers.