Available on (crate features
client_system
or server_system
) and crate feature client_system
only.Expand description
Client-side implementation of a Wayland protocol backend using libwayland
Entrypoints are:
Backend::connect()
method if you’re creating the Wayland connectionBackend::from_foreign_display()
if you’re interacting with an already existing Wayland connection through FFI.
Structs§
- Backend
- A Wayland client backend
- Invalid
Id - An error generated when trying to act on an invalid
ObjectId
. - NoWayland
Lib - An error type representing the failure to load libwayland
- Object
Id - An ID representing a Wayland object
- Read
Events Guard - Guard for synchronizing event reading across multiple threads
- Weak
Backend - A weak handle to a
Backend
Enums§
- Wayland
Error - An error that can occur when using a Wayland connection
Traits§
- Object
Data - A trait representing your data associated to an object