Enum usvg::LineCap [] [src]

pub enum LineCap {
    Butt,
    Round,
    Square,
}

A line cap.

stroke-linecap attribute in the SVG.

Variants

Trait Implementations

impl Clone for LineCap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LineCap
[src]

impl PartialEq for LineCap
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for LineCap
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LineCap

impl Sync for LineCap