You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Mark all packed structs as repr(C)
- Derive Clone/Copy on IfrQuestionHeader to fix deriving Debug
Fixes the following compiler errors:
error: reference to packed field is unaligned
error: `Debug` can't be derived on this `#[repr(packed)]` struct that does not derive `Copy`
Signed-off-by: Tim Crawford <[email protected]>
0 commit comments