Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/tests/
H A Dtests.rs27 pub struct DummyState { in test_device_decl_macros() struct
28 pub _parent: DeviceState, in test_device_decl_macros()
29 pub migrate_clock: bool, in test_device_decl_macros()
56 impl ObjectImpl for DummyState { in test_device_decl_macros() implementation