pub struct AnimationUpdatedParams {
pub animation: Animation,
}Expand description
Event for animation that has been updated. animationUpdated
Fields§
§animation: AnimationAnimation that was updated.
Trait Implementations§
Source§impl Clone for AnimationUpdatedParams
impl Clone for AnimationUpdatedParams
Source§fn clone(&self) -> AnimationUpdatedParams
fn clone(&self) -> AnimationUpdatedParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnimationUpdatedParams
impl Debug for AnimationUpdatedParams
Source§impl<'de> Deserialize<'de> for AnimationUpdatedParams
impl<'de> Deserialize<'de> for AnimationUpdatedParams
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 PartialEq for AnimationUpdatedParams
impl PartialEq for AnimationUpdatedParams
Source§impl Serialize for AnimationUpdatedParams
impl Serialize for AnimationUpdatedParams
impl StructuralPartialEq for AnimationUpdatedParams
Auto Trait Implementations§
impl Freeze for AnimationUpdatedParams
impl RefUnwindSafe for AnimationUpdatedParams
impl Send for AnimationUpdatedParams
impl Sync for AnimationUpdatedParams
impl Unpin for AnimationUpdatedParams
impl UnsafeUnpin for AnimationUpdatedParams
impl UnwindSafe for AnimationUpdatedParams
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