Enum native_windows_gui::constants::CapStyle [] [src]

pub enum CapStyle {
    Flat,
    Square,
    Round,
    Triangle,
}

Cap style used when creating a Pen

Variants

Trait Implementations

impl Clone for CapStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CapStyle
[src]

Formats the value using the given formatter.