pub struct Handle {
pub shape: HandleShape,
pub background: Background,
pub border_width: f32,
pub border_color: Color,
pub shadow: Shadow,
}Expand description
The appearance of the handle of a slider.
Fields§
§shape: HandleShapeThe shape of the handle.
background: BackgroundThe Background of the handle.
border_width: f32The border width of the handle.
border_color: ColorThe border Color of the handle.
shadow: ShadowThe Shadow of the handle.
Trait Implementations§
impl Copy for Handle
impl StructuralPartialEq for Handle
Auto Trait Implementations§
impl Freeze for Handle
impl RefUnwindSafe for Handle
impl Send for Handle
impl Sync for Handle
impl Unpin for Handle
impl UnsafeUnpin for Handle
impl UnwindSafe for Handle
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