Module gdk_pixbuf::subclass::prelude
source · Re-exports
pub use super::pixbuf_animation::PixbufAnimationImpl;
pub use super::pixbuf_animation::PixbufAnimationImplExt;
pub use super::pixbuf_animation_iter::PixbufAnimationIterImpl;
pub use super::pixbuf_animation_iter::PixbufAnimationIterImplExt;
pub use super::pixbuf_loader::PixbufLoaderImpl;
pub use super::pixbuf_loader::PixbufLoaderImplExt;
Traits
Trait for defining boxed types.
Trait implemented by structs that implement a
GObject
C class struct.Trait implemented by structs that implement a
GObject
C instance struct.Trait implemented by any type implementing
InstanceStruct
to return the implementation, private Rust struct.Trait for implementable interfaces.
Trait for subclassable class structs.
Extension trait for
glib::Object
’s class struct.Trait for implementors of
glib::Object
subclasses.The central trait for defining a
GObject
interface.Type methods required for an
ObjectInterface
implementation.The central trait for subclassing a
GObject
type.Extension methods for all
ObjectSubclass
impls.Trait implemented by any type implementing
ObjectSubclassIs
to return the implementation, private Rust struct.Type methods required for an
ObjectSubclass
implementation.Trait for defining shared types.