Searched refs:DummyChildState (Results 1 – 1 of 1) sorted by relevance
82 pub struct DummyChildState { struct86 qom_isa!(DummyChildState: Object, DeviceState, DummyState); argument92 unsafe impl ObjectType for DummyChildState { implementation97 impl ObjectImpl for DummyChildState { implementation103 impl ResettablePhasesImpl for DummyChildState {} implementation104 impl DeviceImpl for DummyChildState {} implementation129 drop(DummyChildState::new()); in test_object_new()