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
476 struct TypeInfo struct
478 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 …]
/openbmc/qemu/rust/qemu-api/src/
H A Dbindings.rs48 unsafe impl Send for TypeInfo {} implementation
49 unsafe impl Sync for TypeInfo {} implementation