pub struct SliderScope { /* private fields */ }Expand description
Values available to custom slider track and thumb content.
Implementations§
Source§impl SliderScope
impl SliderScope
Sourcepub fn track_extent(&self) -> f32
pub fn track_extent(&self) -> f32
Main-axis space through which the thumb can travel.
Sourcepub fn thumb_offset(&self) -> f32
pub fn thumb_offset(&self) -> f32
Main-axis offset for the leading edge of the thumb.
Sourcepub fn is_dragging(&self) -> bool
pub fn is_dragging(&self) -> bool
Whether direct pointer input is currently changing the value.
Sourcepub fn interaction_source(&self) -> MutableInteractionSource
pub fn interaction_source(&self) -> MutableInteractionSource
Interaction source shared by the slider surface.
Trait Implementations§
Source§impl Clone for SliderScope
impl Clone for SliderScope
Source§fn clone(&self) -> SliderScope
fn clone(&self) -> SliderScope
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 moreAuto Trait Implementations§
impl Freeze for SliderScope
impl RefUnwindSafe for SliderScope
impl Send for SliderScope
impl Sync for SliderScope
impl Unpin for SliderScope
impl UnsafeUnpin for SliderScope
impl UnwindSafe for SliderScope
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