https://doc.rust-lang.org/reference/type-layout.html#representations
I'm reading this part in the doc, I don't understand how a struct being aligned to 16 for example can be aligned back to 8 🤔
How does it work memory-layout wise ? And does it hurt performance ?