pub enum IndicatorPart {
Track,
Thumb,
}Expand description
Which part of the indicator a segment belongs to, so a caller can colour the thumb and the track differently without re-deriving the order.
Variants§
Trait Implementations§
Source§impl Clone for IndicatorPart
impl Clone for IndicatorPart
Source§fn clone(&self) -> IndicatorPart
fn clone(&self) -> IndicatorPart
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 IndicatorPart
Source§impl Debug for IndicatorPart
impl Debug for IndicatorPart
impl Eq for IndicatorPart
Source§impl PartialEq for IndicatorPart
impl PartialEq for IndicatorPart
impl StructuralPartialEq for IndicatorPart
Auto Trait Implementations§
impl Freeze for IndicatorPart
impl RefUnwindSafe for IndicatorPart
impl Send for IndicatorPart
impl Sync for IndicatorPart
impl Unpin for IndicatorPart
impl UnsafeUnpin for IndicatorPart
impl UnwindSafe for IndicatorPart
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