[][src]Module x11rb::rust_connection

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
RawEventAndSeqNumber