Module example

Source
Expand description

Sample bitfields to showcase the crate’s features

Modules§

support

Structs§

AccessRestrictions
A bitfield showcasing how to specify access restrictions.
BitRanges
A bitfield showcasing how to specify bit ranges.
FieldTypeConversions
A bitfield showcasing various kinds of field type conversions.
NestedBitfields
A bitfield showcasing how to use nested bitfields.
UnwrapBitsExamplenightly
A type showcasing the UnwrapBits derive.

Enums§

ConvRawBoolExample
An enum showcasing the ConvRaw derive for converting from/into booleans.
ConvRawIntExample
An enum showcasing the ConvRaw derive for converting from/into integers.