Skip to main content

Crate padlock_macros

Crate padlock_macros 

Source

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_of is not exactly N bytes.