Searched defs:RustInputDeviceIdentifier (Results 1 – 1 of 1) sorted by relevance
77 identifier: RustInputDeviceIdentifier, in notify_keyboard_changed()99 pub struct RustInputDeviceIdentifier { struct100 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,[all …]