Struct specs::CheckStorage [] [src]

pub struct CheckStorage<'a, T, D> { /* fields omitted */ }

A storage type that iterates entities that have a particular component type, but does not return the component.

Trait Implementations

impl<'a, 'e, T, D> Join for &'a CheckStorage<'e, T, D>
[src]

Type of joined components.

Type of joined storages.

Type of joined bit mask.

Open this join by returning the mask and the storages.

Get a joined component value by a given index.

Create a joined iterator over the contents.

impl<'a, 'e, T, D> Not for &'a CheckStorage<'e, T, D>
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl<'a, T, D> DistinctStorage for CheckStorage<'a, T, D>
[src]