Struct ecs::world::DataHelper [] [src]

pub struct DataHelper<C, M> where
    C: ComponentManager,
    M: ServiceManager
{ pub components: C, pub services: M, // some fields omitted }

Fields

Methods

impl<C: ComponentManager, M: ServiceManager> DataHelper<C, M>
[src]

Trait Implementations

impl<C: ComponentManager, M: ServiceManager> Deref for DataHelper<C, M>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<C: ComponentManager, M: ServiceManager> DerefMut for DataHelper<C, M>
[src]

The method called to mutably dereference a value