Struct terminal_graphics::graphics::Graphics [] [src]

pub struct Graphics { /* fields omitted */ }

Methods

impl Graphics
[src]

[src]

[src]

draw all the graphics to the display

[src]

move a graphic from its name

[src]

Add a graphic with a name

[src]

get a mutable reference to a graphic

[src]

get a reference to a graphic

[src]

Trait Implementations

Auto Trait Implementations

impl !Send for Graphics

impl !Sync for Graphics