Searched defs:EventDeviceKind (Results 1 – 2 of 2) sorted by relevance
31 pub enum EventDeviceKind { enum48 pub fn new(kind: EventDeviceKind, event_socket: UnixStream) -> EventDevice { in new()73 pub fn kind(&self) -> EventDeviceKind { in kind()
338 device_type: EventDeviceKind, in dispatch_to_event_devices()