Struct conrod::widget::primitive::shape::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> Clone for State<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for State<T>
[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<T> Send for State<T> where
    T: Send

impl<T> Sync for State<T> where
    T: Sync