Enum gnuplot::DashType
[−]
[src]
pub enum DashType {
Solid,
SmallDot,
Dot,
Dash,
DotDash,
DotDotDash,
}An enumeration of possible dash styles
Variants
SolidSmallDotDotDashDotDashDotDotDashMethods
impl DashType[src]
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