pub enum SliderEventType {
Head,
Tick,
Repeat,
LastTick,
Tail,
}Expand description
The type of a SliderEvent.
Variants§
Trait Implementations§
Source§impl Clone for SliderEventType
impl Clone for SliderEventType
Source§fn clone(&self) -> SliderEventType
fn clone(&self) -> SliderEventType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SliderEventType
Source§impl Debug for SliderEventType
impl Debug for SliderEventType
impl Eq for SliderEventType
Source§impl PartialEq for SliderEventType
impl PartialEq for SliderEventType
Source§fn eq(&self, other: &SliderEventType) -> bool
fn eq(&self, other: &SliderEventType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SliderEventType
Auto Trait Implementations§
impl Freeze for SliderEventType
impl RefUnwindSafe for SliderEventType
impl Send for SliderEventType
impl Sync for SliderEventType
impl Unpin for SliderEventType
impl UnsafeUnpin for SliderEventType
impl UnwindSafe for SliderEventType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more