Enum wayland_window::Shell [] [src]

pub enum Shell {
    Xdg(ZxdgShellV6),
    Wl(WlShell),
}

Variants