Enum vga_framebuffer::DoubleHeightMode[][src]

pub enum DoubleHeightMode {
    Normal,
    Top,
    Bottom,
}

You can set this on a row to make the text double-height. This was common on the BBC Micro in Mode 7/Teletext mode.

Variants

Trait Implementations

impl Copy for DoubleHeightMode
[src]

impl Clone for DoubleHeightMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for DoubleHeightMode
[src]

impl PartialEq for DoubleHeightMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for DoubleHeightMode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations