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