[−][src]Enum conrod_core::widget::list_select::Event
pub enum Event<Selection, Direction, Size> { Item(Item<Direction, Size>), Selection(Selection), Press(Press), Release(Release), Click(Click), DoubleClick(DoubleClick), }
The kind of events that the ListSelect
may react
to.
Provides tuple(s) of index in list and string representation of selection
Variants
Item(Item<Direction, Size>)
The next Item
is ready for instantiation.
A change in selection has occurred.
Press(Press)
A button press occurred while the widget was capturing the mouse.
Release(Release)
A button release occurred while the widget was capturing the mouse.
Click(Click)
A click occurred while the widget was capturing the mouse.
DoubleClick(DoubleClick)
A double click occurred while the widget was capturing the mouse.
Trait Implementations
impl<Selection: Clone, Direction: Clone, Size: Clone> Clone for Event<Selection, Direction, Size>
[src][+]
impl<Selection: Debug, Direction: Debug, Size: Debug> Debug for Event<Selection, Direction, Size>
[src][+]
Auto Trait Implementations
impl<Selection, Direction, Size> RefUnwindSafe for Event<Selection, Direction, Size> where
Direction: RefUnwindSafe,
Selection: RefUnwindSafe,
Size: RefUnwindSafe,
Direction: RefUnwindSafe,
Selection: RefUnwindSafe,
Size: RefUnwindSafe,
impl<Selection, Direction, Size> Send for Event<Selection, Direction, Size> where
Direction: Send,
Selection: Send,
Size: Send,
Direction: Send,
Selection: Send,
Size: Send,
impl<Selection, Direction, Size> Sync for Event<Selection, Direction, Size> where
Direction: Sync,
Selection: Sync,
Size: Sync,
Direction: Sync,
Selection: Sync,
Size: Sync,
impl<Selection, Direction, Size> Unpin for Event<Selection, Direction, Size> where
Direction: Unpin,
Selection: Unpin,
Size: Unpin,
Direction: Unpin,
Selection: Unpin,
Size: Unpin,
impl<Selection, Direction, Size> UnwindSafe for Event<Selection, Direction, Size> where
Direction: UnwindSafe,
Selection: UnwindSafe,
Size: UnwindSafe,
Direction: UnwindSafe,
Selection: UnwindSafe,
Size: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,