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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SliderEventType
impl Debug for SliderEventType
Source§impl PartialEq for SliderEventType
impl PartialEq for SliderEventType
impl Copy for SliderEventType
impl Eq for SliderEventType
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 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