IWaylandHostTrait

Trait IWaylandHostTrait 

Source
pub trait IWaylandHostTrait {
    // Required methods
    unsafe fn openWaylandConnection(&self) -> *mut wl_display;
    unsafe fn closeWaylandConnection(&self, display: *mut wl_display) -> tresult;
}

Required Methods§

Implementors§