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]

[src]

Performs the conversion.

impl From<Index> for ModifiedFlag
[src]

[src]

Performs the conversion.

impl AsRef<Index> for InsertedFlag
[src]

[src]

Performs the conversion.

impl From<Index> for InsertedFlag
[src]

[src]

Performs the conversion.

impl AsRef<Index> for RemovedFlag
[src]

[src]

Performs the conversion.

impl From<Index> for RemovedFlag
[src]

[src]

Performs the conversion.