Enum nanovg::LineJoin [] [src]

pub enum LineJoin {
    Miter,
    Round,
    Bevel,
}

Controls how lines are joined together.

Variants

Trait Implementations

impl Clone for LineJoin
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LineJoin
[src]

impl Debug for LineJoin
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LineJoin

impl Sync for LineJoin