Module wayland_backend::sys::server
source · [−]Available on (
test or crate feature client_system or crate feature server_system) and crate feature server_system only.Expand description
Server-side implementation of a Wayland protocol backend using libwayland
Structs
A backend object that represents the state of a wayland server.
An id of a client connected to the server.
Holds the client credentials
The ID of a global
Description of a global advertised to some clients.
Main handle of a backend to the Wayland protocol
An error generated when trying to act on an invalid ObjectId.
An id of an object on a wayland server.
A weak reference to a Handle
Enums
Describes why a client has been disconnected from the server.
An error type representing the failure to initialize a backend
Traits
A trait representing your data associated to a clientObjectData
A trait representing the handling of new bound globals
A trait representing your data associated to an object