extern structstd.os.uefi.hii.NarrowGlyph[src]

Fields

unicode_weight: u16
attributes: NarrowGlyphAttributes
glyph_col_1: [19]u8

Source Code

Source code
pub const NarrowGlyph = extern struct {
    unicode_weight: u16,
    attributes: NarrowGlyphAttributes,
    glyph_col_1: [19]u8,
}