Enum native_windows_gui::constants::DashStyle [] [src]

pub enum DashStyle {
    Solid,
    Dash,
    Dot,
    DashDot,
    DashDotDot,
}

Dash style used when creating a Pen

Variants

Trait Implementations

impl Clone for DashStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DashStyle
[src]

Formats the value using the given formatter.