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

pub enum WlCallbackEvent {
    Done(u32),
}

Variants

Done(u32)

done event

Notify the client when the related request is done.

Values: callback_data,

Trait Implementations

impl Debug for WlCallbackEvent
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.