Home
last modified time | relevance | path

Searched refs:PrintGetAttributesReply (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 Dxprint.rs1854 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, PrintGetAttributesReply>, Connecti… in send() argument
1878 type Reply = PrintGetAttributesReply;
1880 …: &Conn, context: Pcontext, pool: u8) -> Result<Cookie<'_, Conn, PrintGetAttributesReply>, Connect… in print_get_attributes() argument
1892 pub struct PrintGetAttributesReply { struct
1897 impl TryParse for PrintGetAttributesReply { argument
1911 let result = PrintGetAttributesReply { sequence, length, attributes }; in try_parse()
1918 impl PrintGetAttributesReply { impl
2793 …s(&self, context: Pcontext, pool: u8) -> Result<Cookie<'_, Self, PrintGetAttributesReply>, Connect… in xprint_print_get_attributes() argument
H A Dmod.rs5011 XprintPrintGetAttributes(xprint::PrintGetAttributesReply),
6736 impl From<xprint::PrintGetAttributesReply> for Reply {
6737 fn from(reply: xprint::PrintGetAttributesReply) -> Reply { in from()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxprint.rs1854 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, PrintGetAttributesReply>, Connecti…
1878 type Reply = PrintGetAttributesReply;
1880 …: &Conn, context: Pcontext, pool: u8) -> Result<Cookie<'_, Conn, PrintGetAttributesReply>, Connect…
1892 pub struct PrintGetAttributesReply {
1897 impl TryParse for PrintGetAttributesReply {
1911 let result = PrintGetAttributesReply { sequence, length, attributes };
1918 impl PrintGetAttributesReply {
2793 …s(&self, context: Pcontext, pool: u8) -> Result<Cookie<'_, Self, PrintGetAttributesReply>, Connect…
H A Dmod.rs5011 XprintPrintGetAttributes(xprint::PrintGetAttributesReply),
6736 impl From<xprint::PrintGetAttributesReply> for Reply {
6737 fn from(reply: xprint::PrintGetAttributesReply) -> Reply { in from()