Enum canvas::LineCap [] [src]

pub enum LineCap {
    Butt,
    Round,
    Square,
}

Variants

Trait Implementations

impl Debug for LineCap
[src]

Formats the value using the given formatter.

impl Display for LineCap
[src]

Formats the value using the given formatter. Read more