Struct nannou::ui::widget::matrix::Elements[][src]

pub struct Elements { /* fields omitted */ }

The event type yielded by the Matrix.

This can be used to iterate over each element in the Matrix.

Methods

impl Elements
[src]

Yield the next Element.

Trait Implementations

impl Debug for Elements
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Elements

impl Sync for Elements