Struct raui_core::animator::AnimatedValueProgress [−][src]
pub struct AnimatedValueProgress {
pub progress_factor: Scalar,
pub time: Scalar,
pub duration: Scalar,
}Expand description
The amount of progress made for a value in an animation
Fields
progress_factor: ScalarHow far along this animation is from 0 to 1
time: ScalarThe amount of time this animation has been running
duration: ScalarThe amount of time that this animation will run for
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AnimatedValueProgressimpl Send for AnimatedValueProgressimpl Sync for AnimatedValueProgressimpl Unpin for AnimatedValueProgressimpl UnwindSafe for AnimatedValueProgressBlanket Implementations
Mutably borrows from an owned value. Read more