extern struct Header [src]

Fields

tag: Tag
bytes_len: u32Size of the body only; does not include this Header.

Source

pub const Header = extern struct { tag: Tag, /// Size of the body only; does not include this Header. bytes_len: u32, }