Trait oxygengine_physics_2d::prelude::BodyHandle[][src]

pub trait BodyHandle: 'static + Copy + Hash + PartialEq<Self> + Eq + 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