Struct patternfly_dioxus::dioxus_elements::on::AnimationData
[−]pub struct AnimationData {
pub animation_name: String,
pub pseudo_element: String,
pub elapsed_time: f32,
}Fields
animation_name: Stringpseudo_element: Stringelapsed_time: f32Trait Implementations
impl Clone for AnimationData
impl Clone for AnimationData
fn clone(&self) -> AnimationData
fn clone(&self) -> AnimationData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Debug for AnimationData
impl Debug for AnimationData
impl From<&AnimationEvent> for AnimationData
impl From<&AnimationEvent> for AnimationData
fn from(e: &AnimationEvent) -> AnimationData
fn from(e: &AnimationEvent) -> AnimationData
Converts to this type from the input type.
impl From<&Event> for AnimationData
impl From<&Event> for AnimationData
fn from(e: &Event) -> AnimationData
fn from(e: &Event) -> AnimationData
Converts to this type from the input type.
impl From<Event> for AnimationData
impl From<Event> for AnimationData
fn from(e: Event) -> AnimationData
fn from(e: Event) -> AnimationData
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for AnimationData
impl Send for AnimationData
impl Sync for AnimationData
impl Unpin for AnimationData
impl UnwindSafe for AnimationData
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