Searched defs:DebugConsole (Results 1 – 2 of 2) sorted by relevance
30 pub struct DebugConsole { struct35 impl DebugConsole { impl41 impl BusDevice for DebugConsole { implementation53 impl Snapshottable for DebugConsole { implementation63 impl Pausable for DebugConsole {} implementation64 impl Transportable for DebugConsole {} implementation65 impl Migratable for DebugConsole {} implementation
2017 ) -> DeviceManagerResult<Arc<Mutex<DebugConsole>>> { in add_debug_console_device()