Trait rhusics_core::GetId [] [src]

pub trait GetId<I> {
    fn id(&self) -> I;
}

Trait used to extract the lookup id used by CollisionData, given the output from a broad phase

Required Methods

Get the id

Implementations on Foreign Types

impl<I, B> GetId<I> for TreeValueWrapped<I, B> where
    B: Bound,
    I: Copy + Debug + Hash + Eq,
    <B::Point as EuclideanSpace>::Diff: Debug
[src]

[src]

Implementors