Struct terminal_graphics::graphics::container::Container [] [src]

pub struct Container<'a> { /* fields omitted */ }

The Container graphic can be placed anywhere in the Display and holds a Graphic.

A Graphic within the container is drawn in the coordinates relative to the container.

Methods

impl<'a> Container<'a>
[src]

[src]

Create an empty Container

[src]

Create a Container

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Graphic for Container<'a>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl<'a> !Send for Container<'a>

impl<'a> !Sync for Container<'a>