Struct scl_gui_widgets::widgets::SliderValueMapping
source · pub struct SliderValueMapping { /* private fields */ }
Expand description
A stepped slider value mapping
Implementations§
Trait Implementations§
source§impl Clone for SliderValueMapping
impl Clone for SliderValueMapping
source§fn clone(&self) -> SliderValueMapping
fn clone(&self) -> SliderValueMapping
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 Debug for SliderValueMapping
impl Debug for SliderValueMapping
source§impl Default for SliderValueMapping
impl Default for SliderValueMapping
impl Copy for SliderValueMapping
Auto Trait Implementations§
impl RefUnwindSafe for SliderValueMapping
impl Send for SliderValueMapping
impl Sync for SliderValueMapping
impl Unpin for SliderValueMapping
impl UnwindSafe for SliderValueMapping
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> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.