pub struct RangeValues {
pub start: f32,
pub end: f32,
}Expand description
Range values for RangeSlider
Fields§
§start: f32§end: f32Implementations§
Trait Implementations§
Source§impl Clone for RangeValues
impl Clone for RangeValues
Source§fn clone(&self) -> RangeValues
fn clone(&self) -> RangeValues
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 RangeValues
impl Debug for RangeValues
Source§impl PartialEq for RangeValues
impl PartialEq for RangeValues
impl Copy for RangeValues
impl StructuralPartialEq for RangeValues
Auto Trait Implementations§
impl Freeze for RangeValues
impl RefUnwindSafe for RangeValues
impl Send for RangeValues
impl Sync for RangeValues
impl Unpin for RangeValues
impl UnsafeUnpin for RangeValues
impl UnwindSafe for RangeValues
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