Module connection

Source
Expand description

Helper types for implementing an X11 client.

Structs§

Connection
A pure-rust, sans-I/O implementation of the X11 protocol.

Enums§

PollReply
Information about the result of polling for a reply packet.
ReplyFdKind
Information about the reply to an X11 request.

Type Aliases§

BufWithFds
A combination of a buffer and a list of file descriptors.
RawEventAndSeqNumber
The raw bytes of an X11 event and its sequence number.