Enum wayland_client::Event [] [src]

pub enum Event {
    Wayland(WaylandProtocolEvent),
    // some variants omitted
}

All possible wayland events.

This enum does a first sorting of event, with a variant for each protocol extension activated in cargo features.

As the number of variant of this enum can change depending on which cargo features are activated, it should never be matched exhaustively. It contains an hidden, never-used variant to ensure it.

Variants

Wayland(WaylandProtocolEvent)

Trait Implementations

impl Debug for Event
[src]

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

Formats the value using the given formatter.