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

pub struct Events<M, D, S> where
    M: Mode
{ /* fields omitted */ }

An iterator-like type for yielding ListSelect Events.

Methods

impl<M, D, S> Events<M, D, S> where
    M: Mode,
    D: Direction,
    S: ItemSize
[src]

Yield the next Event.

Auto Trait Implementations

impl<M, D, S> Send for Events<M, D, S> where
    D: Send,
    M: Send,
    S: Send,
    <M as Mode>::Selection: Send

impl<M, D, S> Sync for Events<M, D, S> where
    D: Sync,
    M: Sync,
    S: Sync,
    <M as Mode>::Selection: Sync