mmio: Replace repr packed with transparent
Compare changes
+ 3
− 5
@@ -6,7 +6,7 @@ use core::ptr;
@@ -27,12 +27,10 @@ impl<T> Io for Mmio<T> where T: Copy + PartialEq + BitAnd<Output = T> + BitOr<Ou
Use the layout and ABI of the underlying type instead of unnecessarily packing the struct.