Struct ecs::entity::IndexedEntity [] [src]

pub struct IndexedEntity<T: ComponentManager>(_, _, _);

Methods

impl<T: ComponentManager> IndexedEntity<T>
[src]

Methods from Deref<Target = Entity>

Returns the entity's unique identifier.

Trait Implementations

impl<T: Debug + ComponentManager> Debug for IndexedEntity<T>
[src]

Formats the value using the given formatter.

impl<T: Eq + ComponentManager> Eq for IndexedEntity<T>
[src]

impl<T: Hash + ComponentManager> Hash for IndexedEntity<T>
[src]

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

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

impl<T: PartialEq + ComponentManager> PartialEq for IndexedEntity<T>
[src]

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

This method tests for !=.

impl<T: ComponentManager> Deref for IndexedEntity<T>
[src]

The resulting type after dereferencing

The method called to dereference a value