Searched defs:VmInstance (Results 1 – 3 of 3) sorted by relevance
141 pub struct VmInstance { struct143 pub vm_state: Mutex<VmState>,167 impl VmInstance { argument175 ) -> Result<VmInstance, Error> { in new()
894 fn vms(&self) -> Vec<Arc<VmInstance>> { in vms()900 fn add_vm(&mut self, vm: Weak<VmInstance>) { in add_vm()909 fn get_vm(&self, cid: Cid) -> Option<Arc<VmInstance>> { in get_vm()
51 pub struct VmInstance { struct53 vm: Strong<dyn IVirtualMachine>,77 impl VmInstance { implementation92 ) -> Result<VmInstance> { in start()