Struct wasm_ticker::ticker::AnimationFrameTicker
source · pub struct AnimationFrameTicker { /* private fields */ }Expand description
Constructed by AnimationFrameTickerFactory.Available in browser Window context.
Trait Implementations§
source§impl Clone for AnimationFrameTicker
impl Clone for AnimationFrameTicker
source§fn clone(&self) -> AnimationFrameTicker
fn clone(&self) -> AnimationFrameTicker
Returns a copy 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 Drop for AnimationFrameTicker
impl Drop for AnimationFrameTicker
source§impl NamedTicker for AnimationFrameTicker
impl NamedTicker for AnimationFrameTicker
source§impl PartialEq for AnimationFrameTicker
impl PartialEq for AnimationFrameTicker
source§impl Ticker for AnimationFrameTicker
impl Ticker for AnimationFrameTicker
source§impl TimerTicker for AnimationFrameTicker
impl TimerTicker for AnimationFrameTicker
impl Eq for AnimationFrameTicker
Auto Trait Implementations§
impl Freeze for AnimationFrameTicker
impl !RefUnwindSafe for AnimationFrameTicker
impl !Send for AnimationFrameTicker
impl !Sync for AnimationFrameTicker
impl Unpin for AnimationFrameTicker
impl !UnwindSafe for AnimationFrameTicker
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)