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

pub enum Shape {
    Square,
    Round,
    Bevel,
}

The shape of the line

Variants

Square edges

Round edges

Bevel edges

Trait Implementations

impl Copy for Shape
[src]

impl Clone for Shape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more