pub struct AnimationId(/* private fields */);Expand description
Stable identity for one scheduled animation.
Trait Implementations§
Source§impl Clone for AnimationId
impl Clone for AnimationId
Source§fn clone(&self) -> AnimationId
fn clone(&self) -> AnimationId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AnimationId
Source§impl Debug for AnimationId
impl Debug for AnimationId
impl Eq for AnimationId
Source§impl Hash for AnimationId
impl Hash for AnimationId
Source§impl PartialEq for AnimationId
impl PartialEq for AnimationId
impl StructuralPartialEq for AnimationId
Auto Trait Implementations§
impl Freeze for AnimationId
impl RefUnwindSafe for AnimationId
impl Send for AnimationId
impl Sync for AnimationId
impl Unpin for AnimationId
impl UnsafeUnpin for AnimationId
impl UnwindSafe for AnimationId
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