Struct specs::AntiStorage [] [src]

pub struct AntiStorage<'a>(_);

An inverted storage type, only useful to iterate entities that do not have a particular component type.

Trait Implementations

impl<'a> Join for AntiStorage<'a>
[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.