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 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]