Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dqdev.rs105 pub trait DeviceImpl: ObjectImpl + ResettablePhasesImpl + IsA<DeviceState> { trait
263 pub fn init_clock_in<T: DeviceImpl, F: for<'a> FnCall<(&'a T, ClockEvent)>>( in init_clock_in()