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.

[src]

Open this join by returning the mask and the storages.

[src]

Get a joined component value by a given index.

[src]

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.

[src]

Performs the unary ! operation.

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