pub struct DummyInput;Expand description
Dummy input device that yields no events.
Trait Implementations§
Source§impl InputDevice for DummyInput
impl InputDevice for DummyInput
Auto Trait Implementations§
impl Freeze for DummyInput
impl RefUnwindSafe for DummyInput
impl Send for DummyInput
impl Sync for DummyInput
impl Unpin for DummyInput
impl UnsafeUnpin for DummyInput
impl UnwindSafe for DummyInput
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