Enum criterion_plot::LineType
[−]
[src]
pub enum LineType {
Dash,
Dot,
DotDash,
DotDotDash,
SmallDot,
Solid,
}Line type
Variants
DashDotDotDashDotDotDashSmallDotLine made of minimally sized dots
Solid
Trait Implementations
impl Clone for LineType[src]
fn clone(&self) -> LineType[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