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
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.