Enum ransid::color::Color [] [src]

pub enum Color {
    Ansi(u8),
    TrueColor(u8u8u8),
}

A color

Variants

Methods

impl Color
[src]

[src]

Trait Implementations

impl Copy for Color
[src]

impl Clone for Color
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more