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

Trait containing manually implemented methods of WaylandSurface.

Required Methods§

Available on crate feature wayland_crate only.

Returns the Wayland wl_surface of a gdk::Surface.

Returns

a Wayland wl_surface

Implementors§