Struct nannou::ui::prelude::widget::primitive::point_path::State[][src]

pub struct State {
    pub points: Vec<[f64; 2]>,
}

State that is unique to the PointPath.

Fields

An owned version of the list of points.

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 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