Trait nphysics3d::object::BodyHandle[][src]

pub trait BodyHandle: Copy + Hash + PartialEq + Eq + 'static + Send + Sync { }
Expand description

Trait auto-implemented for types that can be used as a Body handle.

Body handles must be unique, i.e., they should not suffer from the ABA problem.

Implementors