Attribute Macros§
- assert_
no_ padding - Attribute macro that causes a compile-time error if the struct has any padding bytes.
- assert_
size - Attribute macro that causes a compile-time error if the struct’s
size_ofis not exactlyNbytes.
size_of is not exactly N bytes.