Skip to content

mmio: Replace repr packed with transparent

Tim Crawford requested to merge tcrawford/hwio:repr into master

Use the layout and ABI of the underlying type instead of unnecessarily packing the struct.

Ref: https://doc.rust-lang.org/nomicon/other-reprs.html

Merge request reports