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