struct Flags [src]

Fields

cache_hit: bool
reserved: u7 = 0

Source

pub const Flags = packed struct(u8) { cache_hit: bool, reserved: u7 = 0, }