Struct dces::entity::VecEntityContainer[][src]

pub struct VecEntityContainer {
    pub inner: Vec<Entity>,
}

VecEntityContainer is the default vector based implementation of an entiy container.

Fields

Trait Implementations

impl Default for VecEntityContainer
[src]

Returns the "default value" for a type. Read more

impl EntityContainer for VecEntityContainer
[src]

Registers the give 'entity'.

Removes the given 'entity'.

Auto Trait Implementations