Enum graphics::line::Shape [] [src]

pub enum Shape {
    Square,
    Round,
    Bevel,
}

The shape of the line

Variants

Square

Square edges

Round

Round edges

Bevel

Bevel edges

Trait Implementations

Derived Implementations

impl Clone for Shape

fn clone(&self) -> Shape

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

impl Copy for Shape