Struct gluon_base::fixed::FixedVec[][src]

pub struct FixedVec<T> { /* fields omitted */ }

Methods

impl<T> FixedVec<T>
[src]

Trait Implementations

impl<T: Debug> Debug for FixedVec<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Index<usize> for FixedVec<T>
[src]

The returned type after indexing.

Important traits for &'a mut R

Performs the indexing (container[index]) operation.

impl<T> IndexMut<usize> for FixedVec<T>
[src]

Important traits for &'a mut R

Performs the mutable indexing (container[index]) operation.

impl<A> FromIterator<A> for FixedVec<A>
[src]

Creates a value from an iterator. Read more

Auto Trait Implementations

impl<T> Send for FixedVec<T> where
    T: Send

impl<T> !Sync for FixedVec<T>