Struct x1b::TCell [] [src]

pub struct TCell {
    // some fields omitted
}

Methods

impl TCell
[src]

fn gch(&self) -> char

fn gta(&self) -> TextAttr

fn sch(&mut self, ch: char)

fn sta(&mut self, ta: TextAttr)

fn new(ch: char, ta: TextAttr) -> Self

fn from_char(ch: char) -> Self

Trait Implementations

impl Eq for TCell
[src]

impl PartialEq for TCell
[src]

fn eq(&self, __arg_0: &TCell) -> bool

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

fn ne(&self, __arg_0: &TCell) -> bool

This method tests for !=.

impl Debug for TCell
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for TCell
[src]

fn default() -> TCell

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

impl Clone for TCell
[src]

fn clone(&self) -> TCell

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for TCell
[src]