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

Fields

non_spacing: bool
wide: bool
_pad: u6 = 0

Source Code

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