Enum nannou::ui::prelude::widget::primitive::line::Pattern[][src]

pub enum Pattern {
    Solid,
    Dashed,
    Dotted,
}

The pattern used to draw the line.

Variants

A single continuous stroke.

A series of line strokes.

A series of circles.

Trait Implementations

impl Clone for Pattern
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pattern
[src]

Formats the value using the given formatter. Read more

impl Copy for Pattern
[src]

impl PartialEq<Pattern> for Pattern
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Pattern

impl Sync for Pattern