Trait gdk4_wayland::prelude::WaylandSurfaceExtManual[][src]

pub trait WaylandSurfaceExtManual: 'static {
    fn wl_surface(&self) -> WlSurface;
}

Required methods

Returns the Wayland wl_surface of a gdk::Surface.

Returns

a Wayland wl_surface

Implementors