Enum flo_canvas::LineJoin [] [src]

pub enum LineJoin {
    Miter,
    Round,
    Bevel,
}

Possible way to join lines

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 PartialEq for LineJoin
[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 LineJoin
[src]

[src]

Formats the value using the given formatter. Read more

impl CanvasEncoding<String> for LineJoin
[src]

[src]

Encodes this item by appending it to the specified string Read more

Auto Trait Implementations

impl Send for LineJoin

impl Sync for LineJoin