Struct sauron_core::dom::AnimationFrameHandle
source · pub struct AnimationFrameHandle { /* private fields */ }
Expand description
request animation frame handle
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AnimationFrameHandle
impl !Send for AnimationFrameHandle
impl !Sync for AnimationFrameHandle
impl Unpin for AnimationFrameHandle
impl !UnwindSafe for AnimationFrameHandle
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