pub trait PixbufAnimationIterImplExt: Sealed + ObjectSubclass {
    // Provided 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, current_time: SystemTime) -> bool { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§