pub struct Animated {
pub value: f32,
pub in_progress: bool,
}Expand description
What one poll of an easing answered.
Fields§
§value: f32§in_progress: boolWhether the easing has further to go. A host that draws on demand asks for another frame while this holds.
Trait Implementations§
impl Copy for Animated
impl StructuralPartialEq for Animated
Auto Trait Implementations§
impl Freeze for Animated
impl RefUnwindSafe for Animated
impl Send for Animated
impl Sync for Animated
impl Unpin for Animated
impl UnsafeUnpin for Animated
impl UnwindSafe for Animated
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