Struct termfest::Cell [] [src]

pub struct Cell { /* fields omitted */ }

Cell is a cell of the terminal. It has a display character and an attribute (fg and bg color, effects).

Methods

impl Cell
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Cell
[src]

[src]

Formats the value using the given formatter.

impl Clone for Cell
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Cell
[src]

impl PartialEq for Cell
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Default for Cell
[src]

[src]

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