Module backend

Source
Expand description

Backend reexports

Re-exports§

pub use wayland_backend::smallvec;

Modules§

protocol
Types and utilities for manipulating the Wayland protocol

Structs§

Backend
A Wayland client backend
InvalidId
An error generated when trying to act on an invalid ObjectId.
NoWaylandLib
An error type representing the failure to load libwayland
ObjectId
An ID representing a Wayland object
ReadEventsGuard
Guard for synchronizing event reading across multiple threads
WeakBackend
A weak handle to a Backend

Enums§

WaylandError
An error that can occur when using a Wayland connection

Traits§

ObjectData
A trait representing your data associated to an object