Trait PixbufAnimationExt

Source
pub trait PixbufAnimationExt:
    IsA<PixbufAnimation>
    + Sealed
    + 'static {
    // Provided methods
    fn height(&self) -> i32 { ... }
    fn static_image(&self) -> Option<Pixbuf> { ... }
    fn width(&self) -> i32 { ... }
    fn is_static_image(&self) -> bool { ... }
}

Provided Methods§

Source

fn height(&self) -> i32

Source

fn static_image(&self) -> Option<Pixbuf>

Source

fn width(&self) -> i32

Source

fn is_static_image(&self) -> 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.

Implementors§