Enum nanovg::LineCap [] [src]

pub enum LineCap {
    Butt,
    Round,
    Square,
}

Controls how the end of line is drawn.

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 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