Enum wayland_client::protocol::wl_callback::Event [] [src]

pub enum Event {
    Done {
        callback_data: u32,
    },
}

Variants

done event

Notify the client when the related request is done.

This is a destructor, once received this object cannot be used any longer.

Fields of Done

Trait Implementations

impl MessageGroup for Event
[src]

[src]

Whether this message is a destructor Read more

[src]

Construct a message of this group from its C representation

[src]

Build a C representation of this message Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event