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