[][src]Trait nphysics2d::object::BodyHandle

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

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

impl<T: Copy + Hash + PartialEq + Eq + 'static + Send + Sync> BodyHandle for T[src]

Loading content...