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).
pub trait HasUid { fn uid(&self) -> uint; }
Trait of objects having an unique identifier.
fn uid(&self) -> uint
An unique identifier. It should be O(1).
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).