pub struct SliderViewProps {
pub input: Option<SliderInput>,
pub from: Scalar,
pub to: Scalar,
pub direction: SliderViewDirection,
}Fields§
§input: Option<SliderInput>§from: Scalar§to: Scalar§direction: SliderViewDirectionImplementations§
Trait Implementations§
Source§impl Clone for SliderViewProps
impl Clone for SliderViewProps
Source§fn clone(&self) -> SliderViewProps
fn clone(&self) -> SliderViewProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SliderViewProps
impl Debug for SliderViewProps
Source§impl Default for SliderViewProps
impl Default for SliderViewProps
Source§fn default() -> SliderViewProps
fn default() -> SliderViewProps
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SliderViewProps
impl<'de> Deserialize<'de> for SliderViewProps
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
Source§impl Prefab for SliderViewProps
impl Prefab for SliderViewProps
fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>
Source§impl PropsData for SliderViewPropswhere
Self: Clone,
impl PropsData for SliderViewPropswhere
Self: Clone,
Auto Trait Implementations§
impl !RefUnwindSafe for SliderViewProps
impl !UnwindSafe for SliderViewProps
impl Freeze for SliderViewProps
impl Send for SliderViewProps
impl Sync for SliderViewProps
impl Unpin for SliderViewProps
impl UnsafeUnpin for SliderViewProps
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