Trait wayland_client::core::Surface  
            
                [−]
            
        [src]
pub trait Surface {
    fn get_wsurface(&self) -> &WSurface;
}A trait representing whatever can be used a a surface. Protocol extentions
surch as EGL can define their own kind of surfaces, but they wrap a WSurface.
Required Methods
fn get_wsurface(&self) -> &WSurface
Implementors
impl Surface for WSurfaceimpl Surface for EGLSurface