Y
Hacker News
new
|
ask
|
show
|
jobs
by
CryZe
1285 days ago
ABI wise that is not true though. structs have struct ABI, even just a newtype struct around an integer will not use integer ABI unless annotated with #[repr(transparent)].