Struct animationstart
pub struct animationstart;
Trait Implementations§
§impl EventDescriptor for animationstart
impl EventDescriptor for animationstart
Auto Trait Implementations§
impl Freeze for animationstart
impl RefUnwindSafe for animationstart
impl Send for animationstart
impl Sync for animationstart
impl Unpin for animationstart
impl UnwindSafe for animationstart
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