Struct criterion_plot::Opacity [−][src]
pub struct Opacity(pub f64);
Expand description
Fill color opacity
Trait Implementations
Changes the opacity of the fill color
Note By default, the fill color is totally opaque (opacity = 1.0)
Panics
Panics if opacity is outside the range [0, 1]
Auto Trait Implementations
impl RefUnwindSafe for Opacityimpl UnwindSafe for OpacityBlanket Implementations
Mutably borrows from an owned value. Read more