Trait OffscreenWindowExt

Source
pub trait OffscreenWindowExt: 'static {
    // Required methods
    fn get_pixbuf(&self) -> Option<Pixbuf>;
    fn get_surface(&self) -> Option<Surface>;
}

Required Methods§

Implementors§