Struct terminal_graphics::display::display::Display [] [src]

pub struct Display { /* fields omitted */ }

Methods

impl Display
[src]

[src]

[src]

set a pixel

[src]

get a mutable reference to a pixel at position (x, y)

[src]

Clears the display

[src]

Prints the display to the temrinal

Trait Implementations

Auto Trait Implementations

impl Send for Display

impl Sync for Display