[−][src]Enum conrod_core::widget::envelope_editor::Event
The kinds of events that may be yielded by the EnvelopeEditor
.
Variants
Insert a new point.
Fields of AddPoint
Remove a point.
Fields of RemovePoint
i: usize
The index of the point that should be removed.
Move a point.
Fields of MovePoint
Implementations
impl<E> Event<E> where
E: EnvelopePoint,
[src]
E: EnvelopePoint,
pub fn update(self, envelope: &mut Vec<E>)
[src]
Update the given envelope
in accordance with the Event
.
Trait Implementations
impl<E: Clone> Clone for Event<E> where
E: EnvelopePoint,
E::X: Clone,
E::Y: Clone,
[src]
E: EnvelopePoint,
E::X: Clone,
E::Y: Clone,
impl<E: Copy> Copy for Event<E> where
E: EnvelopePoint,
E::X: Copy,
E::Y: Copy,
[src]
E: EnvelopePoint,
E::X: Copy,
E::Y: Copy,
impl<E: Debug> Debug for Event<E> where
E: EnvelopePoint,
E::X: Debug,
E::Y: Debug,
[src]
E: EnvelopePoint,
E::X: Debug,
E::Y: Debug,
Auto Trait Implementations
impl<E> RefUnwindSafe for Event<E> where
E: RefUnwindSafe,
<E as EnvelopePoint>::X: RefUnwindSafe,
<E as EnvelopePoint>::Y: RefUnwindSafe,
E: RefUnwindSafe,
<E as EnvelopePoint>::X: RefUnwindSafe,
<E as EnvelopePoint>::Y: RefUnwindSafe,
impl<E> Send for Event<E> where
E: Send,
<E as EnvelopePoint>::X: Send,
<E as EnvelopePoint>::Y: Send,
E: Send,
<E as EnvelopePoint>::X: Send,
<E as EnvelopePoint>::Y: Send,
impl<E> Sync for Event<E> where
E: Sync,
<E as EnvelopePoint>::X: Sync,
<E as EnvelopePoint>::Y: Sync,
E: Sync,
<E as EnvelopePoint>::X: Sync,
<E as EnvelopePoint>::Y: Sync,
impl<E> Unpin for Event<E> where
E: Unpin,
<E as EnvelopePoint>::X: Unpin,
<E as EnvelopePoint>::Y: Unpin,
E: Unpin,
<E as EnvelopePoint>::X: Unpin,
<E as EnvelopePoint>::Y: Unpin,
impl<E> UnwindSafe for Event<E> where
E: UnwindSafe,
<E as EnvelopePoint>::X: UnwindSafe,
<E as EnvelopePoint>::Y: UnwindSafe,
E: UnwindSafe,
<E as EnvelopePoint>::X: UnwindSafe,
<E as EnvelopePoint>::Y: 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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,