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]
impl Set<LineType> for Propertiesfn set(&mut self, lt: LineType) -> &mut Properties[src]
fn set(&mut self, lt: LineType) -> &mut PropertiesChanges the line type
Note By default Solid lines are used
impl Set<LineType> for Properties[src]
impl Set<LineType> for Propertiesfn set(&mut self, lt: LineType) -> &mut Properties[src]
fn set(&mut self, lt: LineType) -> &mut PropertiesChanges the line type
Note By default Solid lines are used
impl Set<LineType> for Properties[src]
impl Set<LineType> for Propertiesfn set(&mut self, lt: LineType) -> &mut Properties[src]
fn set(&mut self, lt: LineType) -> &mut PropertiesChange the line type
Note By default Solid lines are used
impl Clone for LineType[src]
impl Clone for LineTypefn clone(&self) -> LineType[src]
fn clone(&self) -> LineTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for LineType[src]
impl Copy for LineType