Searched refs:GetDevicePropertyReply (Results 1 – 4 of 4) sorted by relevance
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/ |
H A D | xinput.rs | 9025 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetDevicePropertyReply>, Connectio… in send() argument 9057 type Reply = GetDevicePropertyReply; 9059 …en: u32, device_id: u8, delete: bool) -> Result<Cookie<'_, Conn, GetDevicePropertyReply>, Connecti… in get_device_property() argument 9154 pub struct GetDevicePropertyReply { struct 9164 impl TryParse for GetDevicePropertyReply { argument 9181 …let result = GetDevicePropertyReply { xi_reply_type, sequence, length, type_, bytes_after, num_ite… in try_parse() 17308 …en: u32, device_id: u8, delete: bool) -> Result<Cookie<'_, Self, GetDevicePropertyReply>, Connecti… in xinput_get_device_property() argument
|
H A D | mod.rs | 4949 XinputGetDeviceProperty(xinput::GetDevicePropertyReply), 6550 impl From<xinput::GetDevicePropertyReply> for Reply { 6551 fn from(reply: xinput::GetDevicePropertyReply) -> Reply { in from()
|
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/ |
H A D | xinput.rs | 9025 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetDevicePropertyReply>, Connectio… in send() argument 9057 type Reply = GetDevicePropertyReply; 9059 …en: u32, device_id: u8, delete: bool) -> Result<Cookie<'_, Conn, GetDevicePropertyReply>, Connecti… in get_device_property() argument 9154 pub struct GetDevicePropertyReply { struct 9164 impl TryParse for GetDevicePropertyReply { argument 9181 …let result = GetDevicePropertyReply { xi_reply_type, sequence, length, type_, bytes_after, num_ite… in try_parse() 17308 …en: u32, device_id: u8, delete: bool) -> Result<Cookie<'_, Self, GetDevicePropertyReply>, Connecti… in xinput_get_device_property() argument
|
H A D | mod.rs | 4949 XinputGetDeviceProperty(xinput::GetDevicePropertyReply), 6550 impl From<xinput::GetDevicePropertyReply> for Reply { 6551 fn from(reply: xinput::GetDevicePropertyReply) -> Reply { in from()
|