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