Searched refs:UInputDev (Results 1 – 1 of 1) sorted by relevance
127 struct UInputDev { struct133 impl Default for UInputDev { argument135 UInputDev { in default()143 impl Drop for UInputDev { implementation149 impl UInputDev { implementation291 devices: Vec<UInputDev>,306 Self { devices: Vec::<UInputDev>::new(), active_device: String::from("00:00:00:00:00:00") } in default()311 fn get_device(&mut self, addr: String) -> Option<&mut UInputDev> { in get_device() argument331 let mut device = UInputDev::default(); in create()