[][src]Type Definition nphysics3d::object::BodiesMut

type BodiesMut<'a, N> = IterMut<'a, Box<dyn Body<N>>>;

Mutable iterator yielding all the bodies on a body set.