Trait gdk4_wayland::prelude::WaylandSurfaceExtManual
source · pub trait WaylandSurfaceExtManual: 'static {
// Required method
fn wl_surface(&self) -> WlSurface;
}
Expand description
Trait containing manually implemented methods of WaylandSurface
.
Required Methods§
sourcefn wl_surface(&self) -> WlSurface
fn wl_surface(&self) -> WlSurface
Available on crate feature
wayland_crate
only.