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