pub enum Shell {
    Xdg(Proxy<XdgWmBase>),
    Zxdg(Proxy<ZxdgShellV6>),
    Wl(Proxy<WlShell>),
}
Expand description

Possible shell globals

Variants§

§

Xdg(Proxy<XdgWmBase>)

Using xdg_shell protocol, the standard

§

Zxdg(Proxy<ZxdgShellV6>)

Old version of xdg_shell, for compatibility

§

Wl(Proxy<WlShell>)

Using wl_shell, deprecated, compatibility mode

Implementations§

Check whether you need to wait for a configure before drawing to your surfaces

This depend on the underlying shell protocol

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.