Enum criterion_plot::Color
[−]
[src]
pub enum Color {
Black,
Blue,
Cyan,
DarkViolet,
ForestGreen,
Gold,
Gray,
Green,
Magenta,
Red,
Rgb(u8, u8, u8),
White,
Yellow,
}Color
Variants
BlackBlueCyanDarkVioletForestGreenGoldGrayGreenMagentaRedRgb(u8, u8, u8)Custom RGB color
WhiteYellow
Trait Implementations
impl Clone for Color[src]
fn clone(&self) -> Color[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more