infix
A JIT-Powered FFI Library for C
|
A struct that will have different layouts when packed vs. non-packed. More...
#include <types.h>
Public Attributes | |
char | a |
uint64_t | b |
A struct that will have different layouts when packed vs. non-packed.
Non-packed size on x64: 16 bytes (char a, 7 bytes padding, uint64_t b). Packed size: 9 bytes (char a, uint64_t b)
char PackedStruct::a |
uint64_t PackedStruct::b |