Struct vga_framebuffer::TextRow
source · pub struct TextRow {
pub double_height: DoubleHeightMode,
pub glyphs: [(Char, Attr); 48],
}Fields§
§double_height: DoubleHeightMode§glyphs: [(Char, Attr); 48]pub struct TextRow {
pub double_height: DoubleHeightMode,
pub glyphs: [(Char, Attr); 48],
}double_height: DoubleHeightMode§glyphs: [(Char, Attr); 48]