Trait input::event::device::DeviceEventTrait
[−]
[src]
pub trait DeviceEventTrait: AsRaw<libinput_event_device_notify> {
fn into_device_event(self) -> DeviceEvent where Self: Sized { ... }
}Common functions all Device-Events implement.
Provided Methods
fn into_device_event(self) -> DeviceEvent where Self: Sized
Convert into a general DeviceEvent again
Implementors
impl<T: AsRaw<libinput_event_device_notify>> DeviceEventTrait for T