Enum gnuplot::DashType[][src]

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

An enumeration of possible dash styles

Variants

Methods

impl DashType
[src]

Trait Implementations

impl Copy for DashType
[src]

impl Clone for DashType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DashType

impl Sync for DashType