How can multiple parts of self be borrowed here? Isn't self borrowed mutably as well as immutably here?

后端 未结 0 1791
悲&欢浪女
悲&欢浪女 2020-12-20 03:48

I have this struct:

struct PhysicsState {
    nodes: Vec,
    edges: Vec,
}

and I\'m trying to understand why this co

相关标签:
回答
  • 消灭零回复
提交回复
热议问题