Lines Matching defs:RustInputDeviceIdentifier
77 identifier: RustInputDeviceIdentifier, in notify_keyboard_changed()
99 pub struct RustInputDeviceIdentifier { struct
100 pub name: String,
101 pub location: String,
102 pub unique_id: String,
103 pub bus: u16,
104 pub vendor: u16,
105 pub product: u16,
106 pub version: u16,
107 pub descriptor: String,
157 identifier: RustInputDeviceIdentifier, in notify_keyboard_changed()