Searched defs:DummyState (Results 1 – 1 of 1) sorted by relevance
27 pub struct DummyState { in test_device_decl_macros() struct28 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