
xcb - Rust - Docs.rs
The X protocol C-language Binding (XCB - https://xcb.freedesktop.org/) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading …
XCB — Rust library // Lib.rs
2024年11月10日 · Rust XCB. Rust-XCB is a safe Rust interface to XCB. Rust-XCB uses under the hood the core XCB functions to connect and communicate with the X server. …
xcb::x - Rust - Docs.rs
The focus reverts to the parent (or closest viewable ancestor) and the new revert_to value is XCB_INPUT_FOCUS_NONE.
xcb 1.5.0 - Docs.rs
/// /// # Example /// ``` /// use xcb::{DisplayInfo, parse_display}; /// /// assert_eq!(parse_display(":0"), Some(DisplayInfo { /// host: "".to_string(), /// display: 0, /// …
xcb-dl — Rust API for Unix // Lib.rs
2021年10月28日 · libxcb sends requests to and receives messages from the X server. There are three types of messages: value replies: A success message sent in response to a request. …
xcb-rs/README.md at master · byhowe/xcb-rs - GitHub
XCB Rust bindings. Contribute to byhowe/xcb-rs development by creating an account on GitHub.
xcb - Rust
Rust bindings to the XCB library. The X protocol C-language Binding (XCB - https://xcb.freedesktop.org/ ) is a replacement for Xlib featuring a small footprint, latency …
X11 bindings for the rust programming language, similar to xcb ... - GitHub
X11 bindings for the rust programming language, similar to xcb being the X11 C bindings Resources
rust-xcb/examples/basic_window.rs at main · rust-x-bindings ... - GitHub
Rust bindings and wrapper for XCB. Contribute to rust-x-bindings/rust-xcb development by creating an account on GitHub.
Connection in xcb - Rust - Docs.rs
Connection is the central object of XCB. It handles all communications with the X server. It dispatches the requests, receives the replies, poll/wait the events. It also resolves the errors …