Module wayland_client::internals [] [src]

Internal types and traits provided for custom protocol extensions.

You most likely won't need to use these, unless you plan to plug a custom wayland protocol into this library, in which case this interface should be enough to plug the Registry into working with it.

If not, don't hesitate to open an issue on Github.

Structs

wl_interface

Type representing an interface in the libwayland-client.so ABI.

wl_message

Type representing a message in the libwayland-client.so ABI.

Traits

Bind

A trait for structure representing global objects that can be bound by the registry.

FFI

A trait for structures wrapping a FFI pointer, to access the pointer.