Sorting Elements

This commit is contained in:
Jaby
2022-10-11 20:44:29 +02:00
committed by Jaby
parent 2a472a88de
commit 961a39b6ff
4 changed files with 93 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ pub struct CDXASystemUse {
pub file_attribute: FileAttribute,
pub signature: [u8; 2],
pub file_number: [u8; 1],
_reserved: [u8; 5],
_reserved: [u8; 5],
}
#[repr(packed(1))]