(&self)
| 795 | |
| 796 | /// Data produced when live rebinding captures a button press. |
| 797 | #[derive(Clone, Debug, PartialEq, Eq)] |
| 798 | pub struct RebindResult { |
| 799 | pub action: String, |
| 800 | pub action_hash: u64, |
| 801 | pub binding: InputBinding, |
| 802 | } |
no outgoing calls
no test coverage detected