Struct vga_framebuffer::TextRow[][src]

pub struct TextRow {
    pub glyphs: [(Char, Attr); 48],
}

Fields

Trait Implementations

impl Copy for TextRow
[src]

impl Clone for TextRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TextRow

impl Sync for TextRow