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

pub struct State {
    pub start: [f64; 2],
    pub end: [f64; 2],
}

Unique state for the Line widget.

Fields

The start of the line.

The end of the line.

Trait Implementations

impl Copy for State
[src]

impl Clone for State
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.