Show More
@@ -26,7 +26,7 pub struct IndexHeader { | |||||
26 | pub(super) header_bytes: [u8; INDEX_HEADER_SIZE], |
|
26 | pub(super) header_bytes: [u8; INDEX_HEADER_SIZE], | |
27 | } |
|
27 | } | |
28 |
|
28 | |||
29 | #[derive(Copy, Clone)] |
|
29 | #[derive(Copy, Clone, Debug)] | |
30 | pub struct IndexHeaderFlags { |
|
30 | pub struct IndexHeaderFlags { | |
31 | flags: u16, |
|
31 | flags: u16, | |
32 | } |
|
32 | } |
General Comments 0
You need to be logged in to leave comments.
Login now