I have this struct:
struct PhysicsState { nodes: Vec, edges: Vec, }
and I\'m trying to understand why this co