Home
last modified time | relevance | path

Searched defs:LedFeedbackState (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.rs3691 pub struct LedFeedbackState { struct
3698 impl TryParse for LedFeedbackState { argument
3710 impl Serialize for LedFeedbackState { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs3691 pub struct LedFeedbackState { struct
3698 impl TryParse for LedFeedbackState { argument
3710 impl Serialize for LedFeedbackState { implementation
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxinput.py491 class LedFeedbackState(xcffib.Struct): class