pub struct SliderVelocityInfo {
pub start_time: f32,
pub multiplier: f32,
}
Fields§
§start_time: f32
§multiplier: f32
Trait Implementations§
Source§impl Clone for SliderVelocityInfo
impl Clone for SliderVelocityInfo
Source§fn clone(&self) -> SliderVelocityInfo
fn clone(&self) -> SliderVelocityInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SliderVelocityInfo
impl Debug for SliderVelocityInfo
Source§impl Default for SliderVelocityInfo
impl Default for SliderVelocityInfo
Source§fn default() -> SliderVelocityInfo
fn default() -> SliderVelocityInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SliderVelocityInfowhere
SliderVelocityInfo: Default,
impl<'de> Deserialize<'de> for SliderVelocityInfowhere
SliderVelocityInfo: Default,
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 Serialize for SliderVelocityInfo
impl Serialize for SliderVelocityInfo
impl Copy for SliderVelocityInfo
Auto Trait Implementations§
impl Freeze for SliderVelocityInfo
impl RefUnwindSafe for SliderVelocityInfo
impl Send for SliderVelocityInfo
impl Sync for SliderVelocityInfo
impl Unpin for SliderVelocityInfo
impl UnwindSafe for SliderVelocityInfo
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