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