pub trait PixbufAnimationIterImplExt: ObjectSubclass {
    // Required methods
    fn parent_delay_time(&self) -> Option<Duration>;
    fn parent_pixbuf(&self) -> Pixbuf;
    fn parent_on_currently_loading_frame(&self) -> bool;
    fn parent_advance(&self, time: Duration) -> bool;
}

Required Methods§

Implementors§