Expand description
Generic connection-related types and definitions.
This module contains the Connection
trait and related definitions. The code in this module is
used by each concrete implementation of the X11 protocol.
Enums§
- Variants describing which responses to a request should be discarded.
- Either a raw reply or a raw error response to an X11 request.
- Does a request have a response?
Traits§
- A connection to an X11 server.
- A connection to an X11 server for sending requests.
Functions§
- Check the request length and use BIG-REQUESTS if necessary.
Type Aliases§
- A combination of a buffer and a list of file descriptors.
- An event and its sequence number.
- The raw bytes of an event and its sequence number.
- Number type used for referring to things that were sent to the server in responses from the server.