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§
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
Object Safety§
This trait is not object safe.