#[repr(C)]pub struct SliderConfig {
pub min: f32,
pub max: f32,
pub step: f32,
}Expand description
§========================================================================== Widget Configurations
Slider configuration
Fields§
§min: f32§max: f32§step: f32Trait Implementations§
Source§impl Clone for SliderConfig
impl Clone for SliderConfig
Source§fn clone(&self) -> SliderConfig
fn clone(&self) -> SliderConfig
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 SliderConfig
impl Debug for SliderConfig
impl Copy for SliderConfig
Auto Trait Implementations§
impl Freeze for SliderConfig
impl RefUnwindSafe for SliderConfig
impl Send for SliderConfig
impl Sync for SliderConfig
impl Unpin for SliderConfig
impl UnwindSafe for SliderConfig
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