Trait winit::platform::wayland::WindowExtWayland
source · pub trait WindowExtWayland {
// Required methods
fn wayland_surface(&self) -> Option<*mut c_void>;
fn wayland_display(&self) -> Option<*mut c_void>;
}Expand description
Additional methods on Window that are specific to Wayland.