Enum native_windows_gui::constants::LineJoin [] [src]

pub enum LineJoin {
    Miter,
    Bevel,
    Round,
    MiterOrBevel,
}

Line join type used when creating a Pen

Variants

Trait Implementations

impl Clone for LineJoin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LineJoin
[src]

Formats the value using the given formatter.