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

Required Methods

Implementors