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 Set<LineType> for Properties[src]
fn set(&mut self, lt: LineType) -> &mut Properties[src]
Changes the line type
Note By default Solid lines are used
impl Set<LineType> for Properties[src]
fn set(&mut self, lt: LineType) -> &mut Properties[src]
Changes the line type
Note By default Solid lines are used
impl Set<LineType> for Properties[src]
fn set(&mut self, lt: LineType) -> &mut Properties[src]
Change the line type
Note By default Solid lines are used
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