Struct freya::prelude::SliderProps
source · pub struct SliderProps {
pub theme: Option<SliderThemeWith>,
pub onmoved: EventHandler<f64>,
pub width: String,
pub value: f64,
}
Expand description
Slider
component properties.
Fields§
§theme: Option<SliderThemeWith>
Theme override.
onmoved: EventHandler<f64>
Handler for the onmoved
event.
width: String
Width of the Slider.
value: f64
Height of the Slider.
Implementations§
source§impl SliderProps
impl SliderProps
Trait Implementations§
source§impl Clone for SliderProps
impl Clone for SliderProps
source§fn clone(&self) -> SliderProps
fn clone(&self) -> SliderProps
Returns a copy 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 PartialEq for SliderProps
impl PartialEq for SliderProps
source§fn eq(&self, other: &SliderProps) -> bool
fn eq(&self, other: &SliderProps) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Properties for SliderProps
impl Properties for SliderProps
§type Builder = SliderPropsBuilder<((), (), (), ())>
type Builder = SliderPropsBuilder<((), (), (), ())>
The type of the builder for this component.
Used to create “in-progress” versions of the props.
source§fn builder() -> <SliderProps as Properties>::Builder
fn builder() -> <SliderProps as Properties>::Builder
Create a builder for this component.
source§fn memoize(&self, other: &SliderProps) -> bool
fn memoize(&self, other: &SliderProps) -> bool
Compare two props to see if they are memoizable.
impl StructuralPartialEq for SliderProps
Auto Trait Implementations§
impl !RefUnwindSafe for SliderProps
impl !Send for SliderProps
impl !Sync for SliderProps
impl Unpin for SliderProps
impl !UnwindSafe for SliderProps
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.