Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion_plot::Color - Rust
[go: Go Back, main page]

Enum criterion_plot::Color[][src]

pub enum Color {
    Black,
    Blue,
    Cyan,
    DarkViolet,
    ForestGreen,
    Gold,
    Gray,
    Green,
    Magenta,
    Red,
    Rgb(u8u8u8),
    White,
    Yellow,
}

Color

Variants

Custom RGB color

Trait Implementations

impl Set<Color> for Properties
[src]

Sets the line color

impl Set<Color> for Properties
[src]

Sets the line color

impl Set<Color> for Properties
[src]

Changes the color of the error bars

impl Set<Color> for Properties
[src]

Sets the fill color

impl Clone for Color
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Color
[src]

Auto Trait Implementations

impl Send for Color

impl Sync for Color