Trait gobject_subclass::object::ImplTypeStatic [−][src]
pub trait ImplTypeStatic<T: ObjectType>: Send + Sync + 'static { fn get_name(&self) -> &str; fn new(&self, _: &T) -> T::ImplType; fn class_init(&self, _: &mut ClassStruct<T>); fn type_init(&self, _: &TypeInitToken, _type_: Type) { ... } }