pub struct AnimationKey {
pub widget_id: WidgetId,
pub property: String,
}Expand description
Identifies a specific animated property on a specific widget
Fields§
§widget_id: WidgetId§property: StringImplementations§
Trait Implementations§
Source§impl Clone for AnimationKey
impl Clone for AnimationKey
Source§fn clone(&self) -> AnimationKey
fn clone(&self) -> AnimationKey
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 AnimationKey
impl Debug for AnimationKey
Source§impl Hash for AnimationKey
impl Hash for AnimationKey
Source§impl PartialEq for AnimationKey
impl PartialEq for AnimationKey
impl Eq for AnimationKey
impl StructuralPartialEq for AnimationKey
Auto Trait Implementations§
impl Freeze for AnimationKey
impl RefUnwindSafe for AnimationKey
impl Send for AnimationKey
impl Sync for AnimationKey
impl Unpin for AnimationKey
impl UnsafeUnpin for AnimationKey
impl UnwindSafe for AnimationKey
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