pub struct ScaleCtrl { /* private fields */ }Expand description
Two-handle range slider (min/max selector).
Renders 5 paths: background, border, selected range, left handle, right handle.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScaleCtrl
impl RefUnwindSafe for ScaleCtrl
impl Send for ScaleCtrl
impl Sync for ScaleCtrl
impl Unpin for ScaleCtrl
impl UnwindSafe for ScaleCtrl
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