pub struct AnimationCallback {
pub id: AnimationCallbackId,
pub callback: JSValue,
}Fields§
§id: AnimationCallbackId§callback: JSValueAuto Trait Implementations§
impl Freeze for AnimationCallback
impl RefUnwindSafe for AnimationCallback
impl Send for AnimationCallback
impl Sync for AnimationCallback
impl Unpin for AnimationCallback
impl UnsafeUnpin for AnimationCallback
impl UnwindSafe for AnimationCallback
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