Struct ransid::block::Block [] [src]

pub struct Block {
    pub c: char,
    pub fg: Color,
    pub bg: Color,
    pub style: Style,
}

Fields

c: char fg: Color bg: Color style: Style

Methods

impl Block
[src]

fn new() -> Self

Trait Implementations

impl Clone for Block
[src]

fn clone(&self) -> Block

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 Block
[src]