extern struct FileChecksumEntryHeader [src]
Checksum bytes follow.
Fields
file_name_offset: u32Byte offset of filename in global string table.
checksum_size: u8Number of bytes of checksum.
checksum_kind: u8FileChecksumKind
Source
pub const FileChecksumEntryHeader = extern struct {
/// Byte offset of filename in global string table.
file_name_offset: u32,
/// Number of bytes of checksum.
checksum_size: u8,
/// FileChecksumKind
checksum_kind: u8,
}