Struct nphysics2d::resolution::ContactIdentifier [] [src]

pub struct ContactIdentifier<N: Real> { /* fields omitted */ }

The identifier of a contact stored in the impulse cache.

Methods

impl<N: Real> ContactIdentifier<N>
[src]

[src]

Trait Implementations

impl<N: PartialEq + Real> PartialEq for ContactIdentifier<N>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<N: Real> Eq for ContactIdentifier<N>
[src]

impl<N: Real> Hash for ContactIdentifier<N>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more