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