struct Descriptor [src]
Fields
dictionary_id_flag: u2
content_checksum_flag: bool
reserved: bool
unused: bool
single_segment_flag: bool
content_size_flag: u2
Source
pub const Descriptor = packed struct {
dictionary_id_flag: u2,
content_checksum_flag: bool,
reserved: bool,
unused: bool,
single_segment_flag: bool,
content_size_flag: u2,
}