Expand description
A FFI-based connection to an X11 server, using libxcb.
This module is only available when the allow-unsafe-code
feature is enabled.
Re-exports§
pub use crate::errors::ConnectionError;
pub use crate::errors::ReplyError;
pub use crate::errors::ReplyOrIdError;
Structs§
- XCBConnection
- A connection to an X11 server.
Enums§
- Connect
Error - An error that occurred while connecting to an X11 server
- Parse
Error - An error occurred while parsing some data
Functions§
- load_
libxcb - Tries to dynamically load libxcb, returning an error on failure.
Type Aliases§
- BufWith
Fds - A combination of a buffer and a list of file descriptors for use by
XCBConnection
. - RawEvent
AndSeq Number - The raw bytes of an event received by
XCBConnection
and its sequence number.