Trait dwindow::sys::freedesktop::VisualExt [] [src]

pub trait VisualExt {
    fn as_raw(&self) -> RawVisual;
    unsafe fn from_x_visual_info(
        connection: Rc<Connection>,
        info: XVisualInfo
    ) -> Self; }

FreeDesktop extensions for Visual.

Required Methods

Implementors