Struct zcomponents::ComponentContainer[][src]

pub struct ComponentContainer<Id: Hash + Eq, V> { /* fields omitted */ }

Methods

impl<Id: Hash + Eq + Copy + Debug, V: Clone> ComponentContainer<Id, V>
[src]

Note: panics if there's no such entity.

Note: panics if there's no such entity.

Note: panics if there's no such entity.

Note: panics if there's no such entity.

Important traits for IdIter<'a, Id, V>

Note: Allocates Vec in heap.

Trait Implementations

impl<Id: Debug + Hash + Eq, V: Debug> Debug for ComponentContainer<Id, V>
[src]

Formats the value using the given formatter. Read more

impl<Id: Clone + Hash + Eq, V: Clone> Clone for ComponentContainer<Id, V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Id: Hash + Eq + Copy + Debug, V: Clone> Default for ComponentContainer<Id, V>
[src]

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

Auto Trait Implementations

impl<Id, V> Send for ComponentContainer<Id, V> where
    Id: Send,
    V: Send

impl<Id, V> Sync for ComponentContainer<Id, V> where
    Id: Sync,
    V: Sync