Enum criterion_plot::LineType [] [src]

pub enum LineType {
    Dash,
    Dot,
    DotDash,
    DotDotDash,
    SmallDot,
    Solid,
}

Line type

Variants

Line made of minimally sized dots

Trait Implementations

impl Set<LineType> for Properties
[src]

[src]

Changes the line type

Note By default Solid lines are used

impl Set<LineType> for Properties
[src]

[src]

Changes the line type

Note By default Solid lines are used

impl Set<LineType> for Properties
[src]

[src]

Change the line type

Note By default Solid lines are used

impl Clone for LineType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LineType
[src]

Auto Trait Implementations

impl Send for LineType

impl Sync for LineType