[src]

Trait ncollide2df64::util::has_uid::HasUid

pub trait HasUid {
    fn uid(&self) -> uint;
}

Trait of objects having an unique identifier.

Required Methods

fn uid(&self) -> uint

An unique identifier. It should be O(1).

Implementors