pub trait WaylandSurfaceExtManual: IsA<WaylandSurface> + 'static {
// Provided methods
fn wl_surface_raw(&self) -> Option<NonNull<c_void>> { ... }
fn wl_surface(&self) -> Option<WlSurface> { ... }
}Expand description
Trait containing manually implemented methods of
WaylandSurface.
Provided Methods§
fn wl_surface_raw(&self) -> Option<NonNull<c_void>>
Sourcefn wl_surface(&self) -> Option<WlSurface>
fn wl_surface(&self) -> Option<WlSurface>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".