Enum caca::AnsiColor [] [src]

pub enum AnsiColor {
    Black,
    Blue,
    Green,
    Cyan,
    Red,
    Magenta,
    Brown,
    LightGray,
    DarkGray,
    LightBlue,
    LightGreen,
    LightCyan,
    LightRed,
    LightMagenta,
    Yellow,
    White,
    Default,
    Transparent,
}

Variants

Methods

impl AnsiColor
[src]

[src]

Trait Implementations

impl Clone for AnsiColor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AnsiColor
[src]

impl Debug for AnsiColor
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AnsiColor

impl Sync for AnsiColor