Trait uinput::event::Kind [] [src]

pub trait Kind {
    fn kind(&self) -> c_int;
}

Trait for event type.

Required Methods

Get the event type.

Implementors