☰
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
VirtIOINPUT