Struct nannou::ui::prelude::widget::triangles::State [] [src]

pub struct State<T> {
    pub triangles: T,
}

Unique state stored between updates for a Triangles.

Fields

The triangles that make up the triangles.

Trait Implementations

impl<T> Clone for State<T> where
    T: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> PartialEq<State<T>> for State<T> where
    T: PartialEq<T>, 
[src]

[src]

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

[src]

This method tests for !=.

impl<T> Debug for State<T> where
    T: Debug
[src]

[src]

Formats the value using the given formatter.