pub struct AnimationFrame { /* private fields */ }Expand description
Handle for request_animation_frame.
Trait Implementations§
Source§impl Debug for AnimationFrame
impl Debug for AnimationFrame
Source§impl Drop for AnimationFrame
impl Drop for AnimationFrame
Auto Trait Implementations§
impl !RefUnwindSafe for AnimationFrame
impl !Send for AnimationFrame
impl !Sync for AnimationFrame
impl !UnwindSafe for AnimationFrame
impl Freeze for AnimationFrame
impl Unpin for AnimationFrame
impl UnsafeUnpin for AnimationFrame
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