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]

MESSAGES: &'static [MessageDesc] = &[super::MessageDesc{name: "bind",
                     since: 1,
                     signature:
                         &[super::ArgumentType::Uint,
                           super::ArgumentType::NewId],}]

Wire representation of this MessageGroup

Whether this message is a destructor Read more

Retrieve the child Object associated with this message if any

Construct a message from its raw representation

Turn this message into its raw representation

Auto Trait Implementations

impl Send for Request

impl Sync for Request