Struct wayland_protocols::unstable::xdg_shell::v5::client::xdg_popup::XdgPopup [−][src]
pub struct XdgPopup(_);
Implementations
remove xdg_popup interface
This destroys the popup. Explicitly destroying the xdg_popup object will also dismiss the popup, and unmap the surface.
If this xdg_popup is not the “topmost” popup, a protocol error will be sent.
This is a destructor, you cannot send requests to this object any longer once this method is called.
Trait Implementations
Pointer to the C representation of this interface
Auto Trait Implementations
impl !RefUnwindSafe for XdgPopup
impl !UnwindSafe for XdgPopup
Blanket Implementations
Mutably borrows from an owned value. Read more