Struct conniecs::system::entity::EntitySystem [] [src]

pub struct EntitySystem<T> where
    T: EntityProcess
{ pub inner: T, pub watcher: Watcher<T::Components>, }

Fields

Methods

impl<T> EntitySystem<T> where
    T: EntityProcess
[src]

Trait Implementations

impl<T: Debug> Debug for EntitySystem<T> where
    T: EntityProcess,
    T::Components: Debug
[src]

[src]

Formats the value using the given formatter.

impl<T> Deref for EntitySystem<T> where
    T: EntityProcess
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T> DerefMut for EntitySystem<T> where
    T: EntityProcess
[src]

[src]

Mutably dereferences the value.

impl<T> System for EntitySystem<T> where
    T: EntityProcess
[src]

[src]

[src]

[src]

[src]

impl<T> Process for EntitySystem<T> where
    T: EntityProcess
[src]

[src]