Enum wayland_client::wayland::WlCallbackEvent [] [src]

pub enum WlCallbackEvent {
    Done(u32),
}

Variants

done event

Notify the client when the related request is done.

Values: callback_data,

Trait Implementations

impl Debug for WlCallbackEvent
[src]

Formats the value using the given formatter.