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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Mode for Multiple
[src]

The data associated with the Modes Event::Selection.

[src]

Update the PendingEvents in accordance with the given Click event.

[src]

Update the PendingEvents in accordance with the given KeyPress event.

Auto Trait Implementations

impl Send for Multiple

impl Sync for Multiple