Enum gnuplot::DashType [] [src]

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

An enumeration of possible dash styles

Variants

SolidSmallDotDotDashDotDashDotDotDash

Methods

impl DashType
[src]

fn to_int(&self) -> i32

Trait Implementations

impl Clone for DashType
[src]

fn clone(&self) -> DashType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for DashType
[src]