Struct prototty_elements::CanvasCell [] [src]

pub struct CanvasCell {
    pub character: char,
    pub foreground_colour: Colour,
    pub background_colour: Colour,
    pub bold: bool,
    pub underline: bool,
}

Fields

Trait Implementations

impl Debug for CanvasCell
[src]

[src]

Formats the value using the given formatter.

impl Clone for CanvasCell
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CanvasCell
[src]

impl Default for CanvasCell
[src]

[src]

Returns the "default value" for a type. Read more