Searched defs:TypeInfo (Results 1 – 2 of 2) sorted by relevance
23 typedef struct TypeInfo TypeInfo; typedef476 struct TypeInfo struct478 const char *name;479 const char *parent;481 size_t instance_size;482 size_t instance_align;483 void (*instance_init)(Object *obj);484 void (*instance_post_init)(Object *obj);485 void (*instance_finalize)(Object *obj);487 bool abstract;[all …]
48 unsafe impl Send for TypeInfo {} implementation49 unsafe impl Sync for TypeInfo {} implementation