[][src]Trait nphysics3d::object::ColliderHandle

pub trait ColliderHandle: CollisionObjectHandle + Debug { }

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

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

Implementors

impl<T: CollisionObjectHandle + Debug> ColliderHandle for T[src]

Loading content...