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

pub struct Multiple;

A selection Mode for the ListSelect that allows selecting more than one item at a time.

Trait Implementations

impl Copy for Multiple
[src]

impl Clone for Multiple
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Mode for Multiple
[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 Multiple

impl Sync for Multiple