Enum wayland_client::protocol::wl_registry::Request[][src]

pub enum Request {
    Bind {
        name: u32,
        id: (String, u32, Proxy<AnonymousObject>),
    },
}

Variants

bind an object to the display

Binds a new, client-created object to the server using the specified name as the identifier.

Fields of Bind

Trait Implementations

impl MessageGroup for Request
[src]

Whether this message is a destructor Read more

Construct a message of this group from its C representation

Build a C representation of this message Read more

Auto Trait Implementations

impl Send for Request

impl Sync for Request