Lines Matching refs:DeviceButtonStateNotifyEvent
15055 pub struct DeviceButtonStateNotifyEvent { struct
15061 impl TryParse for DeviceButtonStateNotifyEvent { argument
15069 let result = DeviceButtonStateNotifyEvent { response_type, device_id, sequence, buttons }; in try_parse()
15076 impl From<&DeviceButtonStateNotifyEvent> for [u8; 32] {
15077 fn from(input: &DeviceButtonStateNotifyEvent) -> Self { in from()
15117 impl From<DeviceButtonStateNotifyEvent> for [u8; 32] {
15118 fn from(input: DeviceButtonStateNotifyEvent) -> Self { in from()
16864 pub fn as_device_button_state_notify_event(&self) -> DeviceButtonStateNotifyEvent { in as_device_button_state_notify_event() argument
16867 DeviceButtonStateNotifyEvent::try_parse(value).unwrap().0 in as_device_button_state_notify_event()
16969 impl From<DeviceButtonStateNotifyEvent> for EventForSend {
16970 fn from(value: DeviceButtonStateNotifyEvent) -> Self { in from()
16974 impl From<&DeviceButtonStateNotifyEvent> for EventForSend {
16975 fn from(value: &DeviceButtonStateNotifyEvent) -> Self { in from()