pub struct DestroyEventListener { /* private fields */ }Expand description
EventListener for Plyr destroy event.
Implementations§
Source§impl DestroyEventListener
impl DestroyEventListener
Auto Trait Implementations§
impl Freeze for DestroyEventListener
impl !RefUnwindSafe for DestroyEventListener
impl !Send for DestroyEventListener
impl !Sync for DestroyEventListener
impl Unpin for DestroyEventListener
impl UnsafeUnpin for DestroyEventListener
impl !UnwindSafe for DestroyEventListener
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