Struct specs::storage::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.

[src]

Open this join by returning the mask and the storages.

[src]

Get a joined component value by a given index.

Important traits for JoinIter<J>
[src]

Create a joined iterator over the contents.

impl<'a> DistinctStorage for AntiStorage<'a>
[src]

Auto Trait Implementations

impl<'a> Send for AntiStorage<'a>

impl<'a> Sync for AntiStorage<'a>