"The alignment of the type is the size of its largest element (1, 2, 4, 8, etc., bytes) or the specified packing size, whichever is smaller." "Byte fields align on 1-byte boundaries, Int16 fields align on 2-byte boundaries, and Int32 fields align on 4-byte boundaries."
1. I'm using bytes/bool everywhere, why didn't the second struct align to 1s? 2. Also is "volumeData" considered as an element of size "1" or size "35937"? 3. What's the rules for the size of the struct? I'm not sure I understand