Home
last modified time | relevance | path

Searched refs:DummyChildState (Results 1 – 1 of 1) sorted by relevance

/qemu/rust/qemu-api/tests/
H A Dtests.rs82 pub struct DummyChildState { struct
86 qom_isa!(DummyChildState: Object, DeviceState, DummyState); argument
92 unsafe impl ObjectType for DummyChildState { implementation
97 impl ObjectImpl for DummyChildState { implementation
103 impl ResettablePhasesImpl for DummyChildState {} implementation
104 impl DeviceImpl for DummyChildState {} implementation
129 drop(DummyChildState::new()); in test_object_new()