Struct conrod::widget::list_select::Single[][src]

pub struct Single;

A single item selection Mode for the ListSelect.

Trait Implementations

impl Copy for Single
[src]

impl Clone for Single
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.

Auto Trait Implementations

impl Send for Single

impl Sync for Single