Future-proof repr(packed) => repr(C, packed).

This commit is contained in:
4lDO2
2024-09-08 21:06:03 +02:00
parent 5c8f22b069
commit 707162611e
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ type BlockListL3 = BlockList<BlockListL2>;
type BlockListL4 = BlockList<BlockListL3>;
/// A file/folder node
#[repr(packed)]
#[repr(C, packed)]
pub struct Node {
pub mode: Le<u16>,
pub uid: Le<u32>,