Module x11rb::rust_connection
source · Expand description
A pure-rust implementation of a connection to an X11 server.
Re-exports
pub use crate::errors::ConnectionError;
pub use crate::errors::ReplyError;
pub use crate::errors::ReplyOrIdError;
Structs
- A wrapper around a
TcpStream
orUnixStream
. - A connection to an X11 server implemented in pure rust
Enums
- An error that occurred while connecting to an X11 server
- An error occurred while parsing some data
- The kind of operation that one want to poll for.
Traits
- A trait used to implement the raw communication with the X11 server.
Type Aliases
- A combination of a buffer and a list of file descriptors for use by
RustConnection
.