Trait gdk_pixbuf::subclass::prelude::ObjectSubclassType
source · pub unsafe trait ObjectSubclassType {
// Required methods
fn type_data() -> NonNull<TypeData>;
fn type_() -> Type;
}
Expand description
Type methods required for an ObjectSubclass
implementation.
This is usually generated by the #[object_subclass]
attribute macro.