Home
last modified time | relevance | path

Searched refs:ChangeDeviceNotifyEvent (Results 1 – 5 of 5) sorted by relevance

/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs14908 pub struct ChangeDeviceNotifyEvent { struct
14915 impl TryParse for ChangeDeviceNotifyEvent { argument
14932 impl From<&ChangeDeviceNotifyEvent> for [u8; 32] {
14933 fn from(input: &ChangeDeviceNotifyEvent) -> Self { in from()
14975 impl From<ChangeDeviceNotifyEvent> for [u8; 32] {
14976 fn from(input: ChangeDeviceNotifyEvent) -> Self { in from()
16857 ChangeDeviceNotifyEvent::try_parse(value).unwrap().0 in as_change_device_notify_event()
16949 impl From<ChangeDeviceNotifyEvent> for EventForSend {
16950 fn from(value: ChangeDeviceNotifyEvent) -> Self { in from()
16954 impl From<&ChangeDeviceNotifyEvent> for EventForSend {
[all …]
H A Dmod.rs7337 XinputChangeDeviceNotify(xinput::ChangeDeviceNotifyEvent),
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs14908 pub struct ChangeDeviceNotifyEvent { struct
14915 impl TryParse for ChangeDeviceNotifyEvent { argument
14932 impl From<&ChangeDeviceNotifyEvent> for [u8; 32] {
14933 fn from(input: &ChangeDeviceNotifyEvent) -> Self { in from()
14975 impl From<ChangeDeviceNotifyEvent> for [u8; 32] {
14976 fn from(input: ChangeDeviceNotifyEvent) -> Self { in from()
16857 ChangeDeviceNotifyEvent::try_parse(value).unwrap().0 in as_change_device_notify_event()
16949 impl From<ChangeDeviceNotifyEvent> for EventForSend {
16950 fn from(value: ChangeDeviceNotifyEvent) -> Self { in from()
16954 impl From<&ChangeDeviceNotifyEvent> for EventForSend {
[all …]
H A Dmod.rs7337 XinputChangeDeviceNotify(xinput::ChangeDeviceNotifyEvent),
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxinput.py2414 class ChangeDeviceNotifyEvent(xcffib.Event): class
2437 _events[12] = ChangeDeviceNotifyEvent