Commit 83a33fd
committed
Pin Cb7 field layout
Cb7 casts seeds through bytemuck as u32 words. repr(C) keeps seeds at
offset 0. The u32 key field keeps the struct aligned to 4 bytes, so
the cast remains aligned even if Rust layout choices change.1 parent a524739 commit 83a33fd
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments