Struct nannou::ui::prelude::widget::primitive::shape::rectangle::State[][src]

pub struct State { /* fields omitted */ }

Unique state for the Rectangle.

Trait Implementations

impl Clone for State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for State
[src]

Formats the value using the given formatter. Read more

impl Copy for State
[src]

impl PartialEq<State> for State
[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 State

impl Sync for State