Trait gpu_display::SysGpuDisplayExt
source · pub trait SysGpuDisplayExt {
// 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.