pub enum MediaButtonsListenerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MediaButtonsListenerEvent
impl RefUnwindSafe for MediaButtonsListenerEvent
impl Send for MediaButtonsListenerEvent
impl Sync for MediaButtonsListenerEvent
impl Unpin for MediaButtonsListenerEvent
impl UnwindSafe for MediaButtonsListenerEvent
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