Crate wayland_client[][src]

Expand description

wayland-client

Modules

Backend reexports

Helpers for listing and bindings globals

Generated protocol definitions

Macros

A helper macro which delegates a set of Dispatch implementations for a proxy to some other type which implements DelegateDispatch for each proxy.

Structs

The Wayland connection

A handle to the Wayland connection

An event queue

A handle representing an EventQueue, used to assign objects upon creation.

The ObjectData implementation used by Wayland proxies, integrating with Dispatch

Enums

Wayland dispatching error

An enum value in the protocol.

Traits

A trait which defines a delegate type to handle some type of proxy.

The base trait used to define a delegate type to handle some type of proxy.

A trait which provides an implementation for handling events from the server on a proxy with some type of associated user data.

Trait representing a Wayland interface