[][src]Trait vga::writers::Screen

pub trait Screen {
    const WIDTH: usize;
    const HEIGHT: usize;
    const SIZE: usize;
}

A helper trait used to interact with various vga screens.

Associated Constants

const WIDTH: usize

The width of the Screen.

const HEIGHT: usize

The height of the Screen.

const SIZE: usize

The size (total area) of the Screen.

Loading content...

Implementors

impl Screen for Graphics320x200x256[src]

impl Screen for Graphics320x240x256[src]

impl Screen for Graphics640x480x16[src]

impl Screen for Text40x25[src]

impl Screen for Text40x50[src]

impl Screen for Text80x25[src]

Loading content...