Home
last modified time | relevance | path

Searched defs:TypeInfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qom/
H A Dobject.h23 typedef struct TypeInfo TypeInfo; typedef
474 struct TypeInfo struct
476 const char *name;
477 const char *parent;
479 size_t instance_size;
480 size_t instance_align;
481 void (*instance_init)(Object *obj);
482 void (*instance_post_init)(Object *obj);
483 void (*instance_finalize)(Object *obj);
485 bool abstract;
[all …]
/openbmc/qemu/rust/qemu-api/src/
H A Dlib.rs27 unsafe impl Sync for bindings::TypeInfo {} implementation