Module x11rb::rust_connection[][src]

A pure-rust implementation of a connection to an X11 server.

Re-exports

pub use crate::errors::ConnectError;
pub use crate::errors::ConnectionError;
pub use crate::errors::ParseError;
pub use crate::errors::ReplyError;
pub use crate::errors::ReplyOrIdError;

Structs

DefaultStream

A wrapper around a TcpStream or UnixStream.

RustConnection

A connection to an X11 server implemented in pure rust

Enums

PollMode

The kind of operation that one want to poll for.

Traits

Stream

A trait used to implement the raw communication with the X11 server.

Type Definitions

BufWithFds

A combination of a buffer and a list of file descriptors for use by RustConnection.

RawEventAndSeqNumber

The raw bytes of an event received by RustConnection and its sequence number.