dictionary_id_flag: u2content_checksum_flag: boolreserved: boolunused: boolsingle_segment_flag: boolcontent_size_flag: u2pub const Descriptor = packed struct {
dictionary_id_flag: u2,
content_checksum_flag: bool,
reserved: bool,
unused: bool,
single_segment_flag: bool,
content_size_flag: u2,
}