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

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

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> BodyHandle for T where
    T: 'static + PartialEq<T> + Eq + Send + Copy + Sync + Hash
[src]

Loading content...