[][src]Trait glib::subclass::types::IsSubclassable

pub unsafe trait IsSubclassable<T: ObjectSubclass>: IsClassFor {
    fn override_vfuncs(&mut self);
}

Trait for subclassable class structs.

Required methods

fn override_vfuncs(&mut self)

Override the virtual methods of this class for the given subclass.

This is automatically called during type initialization.

Loading content...

Implementors

impl<T: ObjectSubclass> IsSubclassable<T> for ObjectClass[src]

Loading content...