Struct raui_core::animator::AnimatedValue [−][src]
Expand description
A single, animated value with a name and a duration
Fields
name: StringThe name of the animated value
This is used to get the progress of the animation value with the
value_progress function.
duration: ScalarThe duration of the animation
Trait Implementations
Returns the “default value” for a type. Read more
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 RefUnwindSafe for AnimatedValueimpl Send for AnimatedValueimpl Sync for AnimatedValueimpl Unpin for AnimatedValueimpl UnwindSafe for AnimatedValueBlanket Implementations
Mutably borrows from an owned value. Read more