Enum nannou::draw::theme::Primitive [] [src]

pub enum Primitive {
    Cuboid,
    Ellipse,
    Line,
    Polygon,
    Polyline,
    Quad,
    Rect,
    Tri,
}

Primitive geometry types that may have unique default styles.

These are used as keys into the Theme's geometry primitive default values.

Variants

Trait Implementations

impl Copy for Primitive
[src]

impl Clone for Primitive
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Primitive
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Primitive
[src]

impl Hash for Primitive
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Primitive
[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 !=.

Auto Trait Implementations

impl Send for Primitive

impl Sync for Primitive