Home
last modified time | relevance | path

Searched refs:DeviceInputMode (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.rs2931 pub struct DeviceInputMode(u8); struct
2932 impl DeviceInputMode { implementation
2940 impl From<DeviceInputMode> for u8 {
2946 impl From<DeviceInputMode> for Option<u8> {
2952 impl From<DeviceInputMode> for u16 {
2958 impl From<DeviceInputMode> for Option<u16> {
2964 impl From<DeviceInputMode> for u32 {
2970 impl From<DeviceInputMode> for Option<u32> {
2976 impl From<u8> for DeviceInputMode { implementation
2982 impl std::fmt::Debug for DeviceInputMode { implementation
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxinput.rs2931 pub struct DeviceInputMode(u8); struct
2932 impl DeviceInputMode { impl
2940 impl From<DeviceInputMode> for u8 {
2946 impl From<DeviceInputMode> for Option<u8> {
2952 impl From<DeviceInputMode> for u16 {
2958 impl From<DeviceInputMode> for Option<u16> {
2964 impl From<DeviceInputMode> for u32 {
2970 impl From<DeviceInputMode> for Option<u32> {
2976 impl From<u8> for DeviceInputMode { implementation
2982 impl std::fmt::Debug for DeviceInputMode { implementation
[all …]
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxinput.py344 class DeviceInputMode: class