Enum criterion_plot::Color
source · [−]pub enum Color {
}
Expand description
Color
Variants
Black
Blue
Cyan
DarkViolet
ForestGreen
Gold
Gray
Green
Magenta
Red
Rgb(u8, u8, u8)
Custom RGB color
White
Yellow
Trait Implementations
sourceimpl Set<Color> for Properties
impl Set<Color> for Properties
sourcefn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Sets the line color
sourceimpl Set<Color> for Properties
impl Set<Color> for Properties
sourcefn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Sets the line color
sourceimpl Set<Color> for Properties
impl Set<Color> for Properties
sourcefn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Changes the color of the error bars
sourceimpl Set<Color> for Properties
impl Set<Color> for Properties
sourcefn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Sets the fill color
impl Copy for Color
Auto Trait Implementations
impl RefUnwindSafe for Color
impl Send for Color
impl Sync for Color
impl Unpin for Color
impl UnwindSafe for Color
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more