packed_struct.rs
packed_struct.rs copied to clipboard
Shift structures that don't have full-byte widths
Having a structure that is for instance 6 bits wide, the parent structure will improperly package the field. Test and document nesting of such structures, in fields and arrays.