pub trait OffscreenWindowExt: IsA<OffscreenWindow> + Sealed + 'static {
    // Provided methods
    fn pixbuf(&self) -> Option<Pixbuf> { ... }
    fn surface(&self) -> Option<Surface> { ... }
}

Provided Methods§

Implementors§