Struct specs::VacantEntry [] [src]

pub struct VacantEntry<'a, 'b: 'a, T: 'a, D: 'a> { /* fields omitted */ }

An entry to a storage which does not have a component associated to the entity.

Methods

impl<'a, 'b, T, D> VacantEntry<'a, 'b, T, D> where
    T: Component,
    D: DerefMut<Target = MaskedStorage<T>>, 
[src]

[src]

Inserts a value into the storage.