Struct ecs::EntityData [] [src]

pub struct EntityData<'a, T: ComponentManager>(_);

Methods from Deref<Target = IndexedEntity<T>>

Trait Implementations

impl<'a, T: ComponentManager> Deref for EntityData<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T: ComponentManager> Copy for EntityData<'a, T>
[src]

impl<'a, T: ComponentManager> Clone for EntityData<'a, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more