[][src]Struct tm_rs::component::ComponentsIterator

pub struct ComponentsIterator<'a, C> { /* fields omitted */ }

Implementations

impl<'a, C> ComponentsIterator<'a, C>[src]

pub fn new(update_set: &'a mut tm_engine_update_set_t) -> Self[src]

Trait Implementations

impl<'a, A> Iterator for ComponentsIterator<'a, (A,)> where
    A: Accessor
[src]

type Item = (A::RefT,)

The type of the elements being iterated over.

impl<'a, A, B> Iterator for ComponentsIterator<'a, (A, B)> where
    A: Accessor,
    B: Accessor
[src]

type Item = (A::RefT, B::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F, G, H, I, J, K> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F, G, H, I, J, K)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor,
    G: Accessor,
    H: Accessor,
    I: Accessor,
    J: Accessor,
    K: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT, G::RefT, H::RefT, I::RefT, J::RefT, K::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F, G, H, I, J, K, L> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F, G, H, I, J, K, L)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor,
    G: Accessor,
    H: Accessor,
    I: Accessor,
    J: Accessor,
    K: Accessor,
    L: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT, G::RefT, H::RefT, I::RefT, J::RefT, K::RefT, L::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F, G, H, I, J, K, L, M> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F, G, H, I, J, K, L, M)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor,
    G: Accessor,
    H: Accessor,
    I: Accessor,
    J: Accessor,
    K: Accessor,
    L: Accessor,
    M: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT, G::RefT, H::RefT, I::RefT, J::RefT, K::RefT, L::RefT, M::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F, G, H, I, J, K, L, M, N> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F, G, H, I, J, K, L, M, N)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor,
    G: Accessor,
    H: Accessor,
    I: Accessor,
    J: Accessor,
    K: Accessor,
    L: Accessor,
    M: Accessor,
    N: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT, G::RefT, H::RefT, I::RefT, J::RefT, K::RefT, L::RefT, M::RefT, N::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor,
    G: Accessor,
    H: Accessor,
    I: Accessor,
    J: Accessor,
    K: Accessor,
    L: Accessor,
    M: Accessor,
    N: Accessor,
    O: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT, G::RefT, H::RefT, I::RefT, J::RefT, K::RefT, L::RefT, M::RefT, N::RefT, O::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor,
    G: Accessor,
    H: Accessor,
    I: Accessor,
    J: Accessor,
    K: Accessor,
    L: Accessor,
    M: Accessor,
    N: Accessor,
    O: Accessor,
    P: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT, G::RefT, H::RefT, I::RefT, J::RefT, K::RefT, L::RefT, M::RefT, N::RefT, O::RefT, P::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C> Iterator for ComponentsIterator<'a, (A, B, C)> where
    A: Accessor,
    B: Accessor,
    C: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D> Iterator for ComponentsIterator<'a, (A, B, C, D)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E> Iterator for ComponentsIterator<'a, (A, B, C, D, E)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F, G> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F, G)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor,
    G: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT, G::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F, G, H> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F, G, H)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor,
    G: Accessor,
    H: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT, G::RefT, H::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F, G, H, I> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F, G, H, I)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor,
    G: Accessor,
    H: Accessor,
    I: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT, G::RefT, H::RefT, I::RefT)

The type of the elements being iterated over.

impl<'a, A, B, C, D, E, F, G, H, I, J> Iterator for ComponentsIterator<'a, (A, B, C, D, E, F, G, H, I, J)> where
    A: Accessor,
    B: Accessor,
    C: Accessor,
    D: Accessor,
    E: Accessor,
    F: Accessor,
    G: Accessor,
    H: Accessor,
    I: Accessor,
    J: Accessor
[src]

type Item = (A::RefT, B::RefT, C::RefT, D::RefT, E::RefT, F::RefT, G::RefT, H::RefT, I::RefT, J::RefT)

The type of the elements being iterated over.

Auto Trait Implementations

impl<'a, C> RefUnwindSafe for ComponentsIterator<'a, C> where
    C: RefUnwindSafe

impl<'a, C> !Send for ComponentsIterator<'a, C>

impl<'a, C> !Sync for ComponentsIterator<'a, C>

impl<'a, C> Unpin for ComponentsIterator<'a, C> where
    C: Unpin

impl<'a, C> UnwindSafe for ComponentsIterator<'a, C> where
    C: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.