Struct rs_ecs::QueryMap[][src]

pub struct QueryMap<'q, S> where
    S: QuerySpec
{ /* fields omitted */ }
Expand description

Provides random access to the entities which match a certain Query.

Implementations

Access the queried components of the given Entity

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.