Struct oxygengine_user_interface::raui::core::animator::AnimatedValueProgress
source · [−]Expand description
The amount of progress made for a value in an animation
Fields
progress_factor: f32
How far along this animation is from 0 to 1
time: f32
The amount of time this animation has been running
duration: f32
The amount of time that this animation will run for
Trait Implementations
sourceimpl Clone for AnimatedValueProgress
impl Clone for AnimatedValueProgress
sourcefn clone(&self) -> AnimatedValueProgress
fn clone(&self) -> AnimatedValueProgress
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AnimatedValueProgress
impl Debug for AnimatedValueProgress
sourceimpl Default for AnimatedValueProgress
impl Default for AnimatedValueProgress
sourcefn default() -> AnimatedValueProgress
fn default() -> AnimatedValueProgress
Returns the “default value” for a type. Read more
impl Copy for AnimatedValueProgress
Auto Trait Implementations
impl RefUnwindSafe for AnimatedValueProgress
impl Send for AnimatedValueProgress
impl Sync for AnimatedValueProgress
impl Unpin for AnimatedValueProgress
impl UnwindSafe for AnimatedValueProgress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more