Struct vga_framebuffer::TextRow [] [src]

pub struct TextRow {
    pub glyphs: [(Glyph, Attr); 50],
}

Fields

Trait Implementations

impl Copy for TextRow
[src]

impl Clone for TextRow
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TextRow

impl Sync for TextRow