Struct launchy::InputDeviceHandler
source · pub struct InputDeviceHandler { /* private fields */ }
Expand description
A handler for a Launchpad input connection. This variant is used when an input connection is initiated with callback
Auto Trait Implementations§
impl !RefUnwindSafe for InputDeviceHandler
impl Send for InputDeviceHandler
impl !Sync for InputDeviceHandler
impl Unpin for InputDeviceHandler
impl !UnwindSafe for InputDeviceHandler
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