pub struct AnimatorFrameEvent { /* private fields */ }Expand description
Frame callback payload carrying interpolated value.
Implementations§
Trait Implementations§
Source§impl Clone for AnimatorFrameEvent
impl Clone for AnimatorFrameEvent
Source§fn clone(&self) -> AnimatorFrameEvent
fn clone(&self) -> AnimatorFrameEvent
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 AnimatorFrameEvent
Auto Trait Implementations§
impl Freeze for AnimatorFrameEvent
impl RefUnwindSafe for AnimatorFrameEvent
impl Send for AnimatorFrameEvent
impl Sync for AnimatorFrameEvent
impl Unpin for AnimatorFrameEvent
impl UnsafeUnpin for AnimatorFrameEvent
impl UnwindSafe for AnimatorFrameEvent
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