Expand description
Some utilities for working with X11.
Structs§
- Information about a X11 extension.
- A representation of the header of a request.
- Representation of an X11 error packet that was sent by the server.
Enums§
- Has the BigRequests extension been enabled?
Traits§
- Trait to provide information about extensions.
- A type implementing this trait is an X11 request.
- A type implementing this trait can be serialized into X11 raw bytes.
- A type implementing this trait can be parsed from some raw bytes.
- A type implementing this trait can be parsed from some raw bytes and a list of fds.
Functions§
- Parse the given input for a RequestHeader and the remaining input.
Type Aliases§
- A type alias for reply parsers (matches the signature of TryParseFd).