Type Definition specs::world::Index[][src]

type Index = u32;

An index is basically the id of an Entity.

Trait Implementations

impl AsRef<Index> for ModifiedFlag
[src]

Performs the conversion.

impl From<Index> for ModifiedFlag
[src]

Performs the conversion.

impl AsRef<Index> for InsertedFlag
[src]

Performs the conversion.

impl From<Index> for InsertedFlag
[src]

Performs the conversion.

impl AsRef<Index> for RemovedFlag
[src]

Performs the conversion.

impl From<Index> for RemovedFlag
[src]

Performs the conversion.