☰
InputDevice
Required Methods
handle_irq
Implementors
In os::drivers::input
?
Trait
os
::
drivers
::
input
::
InputDevice
source
·
[
−
]
pub trait InputDevice:
Send
+
Sync
+
Any
{ fn
handle_irq
(&self); }
Required Methods
source
fn
handle_irq
(&self)
Implementors
source
impl
InputDevice
for
VirtIOInputWrapper