Struct termion::color::Fg [] [src]

pub struct Fg<C: Color>(pub C);

A foreground color.

Trait Implementations

impl<C: Debug + Color> Debug for Fg<C>
[src]

Formats the value using the given formatter.

impl<C: Clone + Color> Clone for Fg<C>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<C: Copy + Color> Copy for Fg<C>
[src]

impl<C: Color> Display for Fg<C>
[src]

Formats the value using the given formatter. Read more