structstd.os.uefi.hii.NarrowGlyphAttributes[src]

Fields

non_spacing: bool
wide: bool
_pad: u6 = 0

Source Code

Source code
pub const NarrowGlyphAttributes = packed struct(u8) {
    non_spacing: bool,
    wide: bool,
    _pad: u6 = 0,
}