[][src]Module x11rb::connection

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.

Structs

Cookie

A handle to a response from the X11 server.

ExtensionInformation

Helper for implementing Connection::extension_information().

ListFontsWithInfoCookie

A handle to the replies to a ListFontsWithInfo request.

Traits

Connection

A connection to an X11 server.

Type Definitions

SequenceNumber

Number type used for referring to things that were sent to the server in responses from the server.