Enum wayland_window::Configure [] [src]

pub enum Configure {
    Xdg(Vec<State>),
    Wl(Resize),
}

Configure data for a decorated surface handler.

Variants

Configure data from xdg_shell

Configure data from wl_shell

Trait Implementations

impl Debug for Configure
[src]

[src]

Formats the value using the given formatter.

impl Clone for Configure
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more