Trait os::drivers::input::InputDevice
source · pub trait InputDevice: Send + Sync + Any {
// Required methods
fn read_event(&self) -> u64;
fn handle_irq(&self);
fn is_empty(&self) -> bool;
}
pub trait InputDevice: Send + Sync + Any {
// Required methods
fn read_event(&self) -> u64;
fn handle_irq(&self);
fn is_empty(&self) -> bool;
}