Trait gpu_display::sys::linux::UnixGpuDisplayExt
source · pub trait UnixGpuDisplayExt {
// Required method
fn open_wayland<P: AsRef<Path>>(
wayland_path: Option<P>
) -> GpuDisplayResult<GpuDisplay>;
}
Required Methods§
sourcefn open_wayland<P: AsRef<Path>>(
wayland_path: Option<P>
) -> GpuDisplayResult<GpuDisplay>
fn open_wayland<P: AsRef<Path>>( wayland_path: Option<P> ) -> GpuDisplayResult<GpuDisplay>
Opens a fresh connection to the compositor.
Object Safety§
This trait is not object safe.