Struct nannou::ui::widget::list_select::Single[][src]

pub struct Single;

A single item selection Mode for the ListSelect.

Trait Implementations

impl Mode for Single
[src]

The data associated with the Modes Event::Selection.

Update the PendingEvents in accordance with the given Click event.

Update the PendingEvents in accordance with the given KeyPress event.

impl Clone for Single
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Single
[src]

Auto Trait Implementations

impl Send for Single

impl Sync for Single