Struct wasm_ticker::factory::AnimationFrameTickerFactory
source · pub struct AnimationFrameTickerFactory;Expand description
Factory type for AnimationFrameTicker.
Trait Implementations§
source§impl Clone for AnimationFrameTickerFactory
impl Clone for AnimationFrameTickerFactory
source§fn clone(&self) -> AnimationFrameTickerFactory
fn clone(&self) -> AnimationFrameTickerFactory
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 moreimpl Copy for AnimationFrameTickerFactory
Auto Trait Implementations§
impl Freeze for AnimationFrameTickerFactory
impl RefUnwindSafe for AnimationFrameTickerFactory
impl Send for AnimationFrameTickerFactory
impl Sync for AnimationFrameTickerFactory
impl Unpin for AnimationFrameTickerFactory
impl UnwindSafe for AnimationFrameTickerFactory
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)