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

pub struct State { /* fields omitted */ }

The state of the Matrix, to be cached within the Ui's widget Graph.

Auto Trait Implementations

impl Send for State

impl Sync for State