Enum lyon_tessellation::path_stroke::LineCap [] [src]

pub enum LineCap {
    Butt,
    Square,
    Round,
}

Line cap as defined by the SVG specification.

See: https://svgwg.org/specs/strokes/#StrokeLinecapProperty

LineCap::Butt LineCap::Square LineCap::Round

Variants

Trait Implementations

impl Copy for LineCap
[src]

impl Clone for LineCap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LineCap
[src]

Formats the value using the given formatter.

impl PartialEq for LineCap
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.