pub trait WindowExtWayland { // Required method fn xdg_toplevel(&self) -> Option<NonNull<c_void>>; }
Additional methods on Window that are specific to Wayland.
Window
Returns xdg_toplevel of the window or None if the window is X11 window.
xdg_toplevel
None