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