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

Required Methods§

Implementors§