Home
last modified time | relevance | path

Searched refs:DeviceCoreState (Results 1 – 3 of 3) sorted by relevance

/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs7098 pub struct DeviceCoreState { struct
7104 impl TryParse for DeviceCoreState { argument
7112 let result = DeviceCoreState { control_id, len, status, iscore }; in try_parse()
7116 impl Serialize for DeviceCoreState { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs7098 pub struct DeviceCoreState { struct
7104 impl TryParse for DeviceCoreState { argument
7112 let result = DeviceCoreState { control_id, len, status, iscore }; in try_parse()
7116 impl Serialize for DeviceCoreState { implementation
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxinput.py1080 class DeviceCoreState(xcffib.Struct): class