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