Trait gdk4_wayland::prelude::WaylandSurfaceExtManual
source · pub trait WaylandSurfaceExtManual: Sealed + IsA<WaylandSurface> + 'static {
// Provided method
fn wl_surface(&self) -> Option<WlSurface> { ... }
}
Expand description
Trait containing manually implemented methods of
WaylandSurface
.
Provided Methods§
sourcefn wl_surface(&self) -> Option<WlSurface>
Available on crate feature wayland_crate
only.
fn wl_surface(&self) -> Option<WlSurface>
wayland_crate
only.Object Safety§
This trait is not object safe.