struct Header [src]

Fields

last: bool
type: Type
size: u21

Source

pub const Header = packed struct(u24) { last: bool, type: Type, size: u21, }