Module wayland_backend::rs::client
source · Expand description
Client-side rust implementation of a Wayland protocol backend
The main entrypoint is the Backend::connect()
method.
Structs§
- A Wayland client backend
- An error generated when trying to act on an invalid
ObjectId
. - An error type representing the failure to load libwayland
- An ID representing a Wayland object
- Guard for synchronizing event reading across multiple threads
- A weak handle to a
Backend
Enums§
- An error that can occur when using a Wayland connection
Traits§
- A trait representing your data associated to an object