pub struct SliderSystemConfig {
pub value: f64,
pub min: f64,
pub max: f64,
}Fields§
§value: f64§min: f64§max: f64Trait Implementations§
Source§impl Clone for SliderSystemConfig
impl Clone for SliderSystemConfig
Source§fn clone(&self) -> SliderSystemConfig
fn clone(&self) -> SliderSystemConfig
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 SliderSystemConfig
impl Debug for SliderSystemConfig
Source§impl Default for SliderSystemConfig
impl Default for SliderSystemConfig
Source§impl<'de> Deserialize<'de> for SliderSystemConfig
impl<'de> Deserialize<'de> for SliderSystemConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SliderSystemConfig
impl RefUnwindSafe for SliderSystemConfig
impl Send for SliderSystemConfig
impl Sync for SliderSystemConfig
impl Unpin for SliderSystemConfig
impl UnsafeUnpin for SliderSystemConfig
impl UnwindSafe for SliderSystemConfig
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