Struct tuple::T16 [] [src]

pub struct T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>(pub A, pub B, pub C, pub D, pub E, pub F, pub G, pub H, pub I, pub J, pub K, pub L, pub M, pub N, pub O, pub P);

Methods

impl<'a, T> T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T> where
    T: Clone
[src]

[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> T16<Option<A>, Option<B>, Option<C>, Option<D>, Option<E>, Option<F>, Option<G>, Option<H>, Option<I>, Option<J>, Option<K>, Option<L>, Option<M>, Option<N>, Option<O>, Option<P>>
[src]

[src]

Trait Implementations

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Clone for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Clone,
    B: Clone,
    C: Clone,
    D: Clone,
    E: Clone,
    F: Clone,
    G: Clone,
    H: Clone,
    I: Clone,
    J: Clone,
    K: Clone,
    L: Clone,
    M: Clone,
    N: Clone,
    O: Clone,
    P: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Copy for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Copy,
    B: Copy,
    C: Copy,
    D: Copy,
    E: Copy,
    F: Copy,
    G: Copy,
    H: Copy,
    I: Copy,
    J: Copy,
    K: Copy,
    L: Copy,
    M: Copy,
    N: Copy,
    O: Copy,
    P: Copy
[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> PartialEq for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: PartialEq,
    B: PartialEq,
    C: PartialEq,
    D: PartialEq,
    E: PartialEq,
    F: PartialEq,
    G: PartialEq,
    H: PartialEq,
    I: PartialEq,
    J: PartialEq,
    K: PartialEq,
    L: PartialEq,
    M: PartialEq,
    N: PartialEq,
    O: PartialEq,
    P: PartialEq
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Eq for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Eq,
    B: Eq,
    C: Eq,
    D: Eq,
    E: Eq,
    F: Eq,
    G: Eq,
    H: Eq,
    I: Eq,
    J: Eq,
    K: Eq,
    L: Eq,
    M: Eq,
    N: Eq,
    O: Eq,
    P: Eq
[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Debug for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Debug,
    B: Debug,
    C: Debug,
    D: Debug,
    E: Debug,
    F: Debug,
    G: Debug,
    H: Debug,
    I: Debug,
    J: Debug,
    K: Debug,
    L: Debug,
    M: Debug,
    N: Debug,
    O: Debug,
    P: Debug
[src]

[src]

Formats the value using the given formatter. Read more

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Default for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Default,
    B: Default,
    C: Default,
    D: Default,
    E: Default,
    F: Default,
    G: Default,
    H: Default,
    I: Default,
    J: Default,
    K: Default,
    L: Default,
    M: Default,
    N: Default,
    O: Default,
    P: Default
[src]

[src]

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

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> From<u16> for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: From<u16>,
    B: From<u16>,
    C: From<u16>,
    D: From<u16>,
    E: From<u16>,
    F: From<u16>,
    G: From<u16>,
    H: From<u16>,
    I: From<u16>,
    J: From<u16>,
    K: From<u16>,
    L: From<u16>,
    M: From<u16>,
    N: From<u16>,
    O: From<u16>,
    P: From<u16>, 
[src]

[src]

Performs the conversion.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Iterator for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Iterator,
    B: Iterator,
    C: Iterator,
    D: Iterator,
    E: Iterator,
    F: Iterator,
    G: Iterator,
    H: Iterator,
    I: Iterator,
    J: Iterator,
    K: Iterator,
    L: Iterator,
    M: Iterator,
    N: Iterator,
    O: Iterator,
    P: Iterator
[src]

The type of the elements being iterated over.

[src]

Advances the iterator and returns the next value. Read more

1.0.0
[src]

Returns the bounds on the remaining length of the iterator. Read more

1.0.0
[src]

Consumes the iterator, counting the number of iterations and returning it. Read more

1.0.0
[src]

Consumes the iterator, returning the last element. Read more

1.0.0
[src]

Returns the nth element of the iterator. Read more

[src]

🔬 This is a nightly-only experimental API. (iterator_step_by)

unstable replacement of Range::step_by

Creates an iterator starting at the same point, but stepping by the given amount at each iteration. Read more

1.0.0
[src]

Takes two iterators and creates a new iterator over both in sequence. Read more

1.0.0
[src]

'Zips up' two iterators into a single iterator of pairs. Read more

1.0.0
[src]

Takes a closure and creates an iterator which calls that closure on each element. Read more

1.21.0
[src]

Calls a closure on each element of an iterator. Read more

1.0.0
[src]

Creates an iterator which uses a closure to determine if an element should be yielded. Read more

1.0.0
[src]

Creates an iterator that both filters and maps. Read more

1.0.0
[src]

Creates an iterator which gives the current iteration count as well as the next value. Read more

1.0.0
[src]

Creates an iterator which can use peek to look at the next element of the iterator without consuming it. Read more

1.0.0
[src]

Creates an iterator that [skip]s elements based on a predicate. Read more

1.0.0
[src]

Creates an iterator that yields elements based on a predicate. Read more

1.0.0
[src]

Creates an iterator that skips the first n elements. Read more

1.0.0
[src]

Creates an iterator that yields its first n elements. Read more

1.0.0
[src]

An iterator adaptor similar to [fold] that holds internal state and produces a new iterator. Read more

1.0.0
[src]

Creates an iterator that works like map, but flattens nested structure. Read more

[src]

🔬 This is a nightly-only experimental API. (iterator_flatten)

Creates an iterator that flattens nested structure. Read more

1.0.0
[src]

Creates an iterator which ends after the first [None]. Read more

1.0.0
[src]

Do something with each element of an iterator, passing the value on. Read more

1.0.0
[src]

Borrows an iterator, rather than consuming it. Read more

1.0.0
[src]

Transforms an iterator into a collection. Read more

1.0.0
[src]

Consumes an iterator, creating two collections from it. Read more

[src]

🔬 This is a nightly-only experimental API. (iterator_try_fold)

An iterator method that applies a function as long as it returns successfully, producing a single, final value. Read more

[src]

🔬 This is a nightly-only experimental API. (iterator_try_fold)

An iterator method that applies a fallible function to each item in the iterator, stopping at the first error and returning that error. Read more

1.0.0
[src]

An iterator method that applies a function, producing a single, final value. Read more

1.0.0
[src]

Tests if every element of the iterator matches a predicate. Read more

1.0.0
[src]

Tests if any element of the iterator matches a predicate. Read more

1.0.0
[src]

Searches for an element of an iterator that satisfies a predicate. Read more

1.0.0
[src]

Searches for an element in an iterator, returning its index. Read more

1.0.0
[src]

Searches for an element in an iterator from the right, returning its index. Read more

1.0.0
[src]

Returns the maximum element of an iterator. Read more

1.0.0
[src]

Returns the minimum element of an iterator. Read more

1.6.0
[src]

Returns the element that gives the maximum value from the specified function. Read more

1.15.0
[src]

Returns the element that gives the maximum value with respect to the specified comparison function. Read more

1.6.0
[src]

Returns the element that gives the minimum value from the specified function. Read more

1.15.0
[src]

Returns the element that gives the minimum value with respect to the specified comparison function. Read more

1.0.0
[src]

Reverses an iterator's direction. Read more

1.0.0
[src]

Converts an iterator of pairs into a pair of containers. Read more

1.0.0
[src]

Creates an iterator which [clone]s all of its elements. Read more

1.0.0
[src]

Repeats an iterator endlessly. Read more

1.11.0
[src]

Sums the elements of an iterator. Read more

1.11.0
[src]

Iterates over the entire iterator, multiplying all the elements Read more

1.5.0
[src]

Lexicographically compares the elements of this Iterator with those of another. Read more

1.5.0
[src]

Lexicographically compares the elements of this Iterator with those of another. Read more

1.5.0
[src]

Determines if the elements of this Iterator are equal to those of another. Read more

1.5.0
[src]

Determines if the elements of this Iterator are unequal to those of another. Read more

1.5.0
[src]

Determines if the elements of this Iterator are lexicographically less than those of another. Read more

1.5.0
[src]

Determines if the elements of this Iterator are lexicographically less or equal to those of another. Read more

1.5.0
[src]

Determines if the elements of this Iterator are lexicographically greater than those of another. Read more

1.5.0
[src]

Determines if the elements of this Iterator are lexicographically greater than or equal to those of another. Read more

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Add for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Add,
    B: Add,
    C: Add,
    D: Add,
    E: Add,
    F: Add,
    G: Add,
    H: Add,
    I: Add,
    J: Add,
    K: Add,
    L: Add,
    M: Add,
    N: Add,
    O: Add,
    P: Add
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<T> Add<T> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T> where
    T: Add + Clone
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> AddAssign for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: AddAssign,
    B: AddAssign,
    C: AddAssign,
    D: AddAssign,
    E: AddAssign,
    F: AddAssign,
    G: AddAssign,
    H: AddAssign,
    I: AddAssign,
    J: AddAssign,
    K: AddAssign,
    L: AddAssign,
    M: AddAssign,
    N: AddAssign,
    O: AddAssign,
    P: AddAssign
[src]

[src]

Performs the += operation.

impl<T> AddAssign<T> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T> where
    T: AddAssign + Clone
[src]

[src]

Performs the += operation.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Sub for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Sub,
    B: Sub,
    C: Sub,
    D: Sub,
    E: Sub,
    F: Sub,
    G: Sub,
    H: Sub,
    I: Sub,
    J: Sub,
    K: Sub,
    L: Sub,
    M: Sub,
    N: Sub,
    O: Sub,
    P: Sub
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl<T> Sub<T> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T> where
    T: Sub + Clone
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> SubAssign for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: SubAssign,
    B: SubAssign,
    C: SubAssign,
    D: SubAssign,
    E: SubAssign,
    F: SubAssign,
    G: SubAssign,
    H: SubAssign,
    I: SubAssign,
    J: SubAssign,
    K: SubAssign,
    L: SubAssign,
    M: SubAssign,
    N: SubAssign,
    O: SubAssign,
    P: SubAssign
[src]

[src]

Performs the -= operation.

impl<T> SubAssign<T> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T> where
    T: SubAssign + Clone
[src]

[src]

Performs the -= operation.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Mul for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Mul,
    B: Mul,
    C: Mul,
    D: Mul,
    E: Mul,
    F: Mul,
    G: Mul,
    H: Mul,
    I: Mul,
    J: Mul,
    K: Mul,
    L: Mul,
    M: Mul,
    N: Mul,
    O: Mul,
    P: Mul
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<T> Mul<T> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T> where
    T: Mul + Clone
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> MulAssign for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: MulAssign,
    B: MulAssign,
    C: MulAssign,
    D: MulAssign,
    E: MulAssign,
    F: MulAssign,
    G: MulAssign,
    H: MulAssign,
    I: MulAssign,
    J: MulAssign,
    K: MulAssign,
    L: MulAssign,
    M: MulAssign,
    N: MulAssign,
    O: MulAssign,
    P: MulAssign
[src]

[src]

Performs the *= operation.

impl<T> MulAssign<T> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T> where
    T: MulAssign + Clone
[src]

[src]

Performs the *= operation.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Div for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Div,
    B: Div,
    C: Div,
    D: Div,
    E: Div,
    F: Div,
    G: Div,
    H: Div,
    I: Div,
    J: Div,
    K: Div,
    L: Div,
    M: Div,
    N: Div,
    O: Div,
    P: Div
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl<T> Div<T> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T> where
    T: Div + Clone
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> DivAssign for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: DivAssign,
    B: DivAssign,
    C: DivAssign,
    D: DivAssign,
    E: DivAssign,
    F: DivAssign,
    G: DivAssign,
    H: DivAssign,
    I: DivAssign,
    J: DivAssign,
    K: DivAssign,
    L: DivAssign,
    M: DivAssign,
    N: DivAssign,
    O: DivAssign,
    P: DivAssign
[src]

[src]

Performs the /= operation.

impl<T> DivAssign<T> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T> where
    T: DivAssign + Clone
[src]

[src]

Performs the /= operation.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Neg for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Neg,
    B: Neg,
    C: Neg,
    D: Neg,
    E: Neg,
    F: Neg,
    G: Neg,
    H: Neg,
    I: Neg,
    J: Neg,
    K: Neg,
    L: Neg,
    M: Neg,
    N: Neg,
    O: Neg,
    P: Neg
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl<T> Index<usize> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T> IndexMut<usize> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T>
[src]

[src]

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

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> From<(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)> for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>
[src]

[src]

Performs the conversion.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Into<(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)> for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>
[src]

[src]

Performs the conversion.

impl<T> From<[T; 16]> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T>
[src]

This is only avaible with the 'nightly' feature

[src]

Performs the conversion.

impl<T> Into<[T; 16]> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T>
[src]

[src]

Performs the conversion.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Zero for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Zero,
    B: Zero,
    C: Zero,
    D: Zero,
    E: Zero,
    F: Zero,
    G: Zero,
    H: Zero,
    I: Zero,
    J: Zero,
    K: Zero,
    L: Zero,
    M: Zero,
    N: Zero,
    O: Zero,
    P: Zero
[src]

[src]

Returns the additive identity element of Self, 0. Read more

[src]

Returns true if self is equal to the additive identity.

impl<T> TupleElements for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T>
[src]

N: usize = 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0

[src]

attempt to access the n-th element

[src]

attempt to access the n-th element mutablbly. This function shall not return the same data for two different indices. Read more

[src]

Important traits for Elements<&'a T>
[src]

returns an Iterator over references to the elements of the tuple

Important traits for Elements<&'a T>
[src]

returns an Iterator over mutable references to elements of the tuple

Important traits for IntoElements<T>
[src]

impl<T> Splat<T> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T> where
    T: Clone
[src]

[src]

impl<T, U> Map<U> for T16<T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T>
[src]

[src]

apply a function to each element and return the result

[src]

same as map, but accepts a FnMut

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> OpRotateLeft for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>
[src]

[src]

rotate left. The previously first element is now the first.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> OpRotateRight for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>
[src]

[src]

rotate right. The previously last element is now the last.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> OpReverse for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>
[src]

[src]

reverse the elements.

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Serialize for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Serialize,
    B: Serialize,
    C: Serialize,
    D: Serialize,
    E: Serialize,
    F: Serialize,
    G: Serialize,
    H: Serialize,
    I: Serialize,
    J: Serialize,
    K: Serialize,
    L: Serialize,
    M: Serialize,
    N: Serialize,
    O: Serialize,
    P: Serialize
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Deserialize<'de> for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Deserialize<'de>,
    B: Deserialize<'de>,
    C: Deserialize<'de>,
    D: Deserialize<'de>,
    E: Deserialize<'de>,
    F: Deserialize<'de>,
    G: Deserialize<'de>,
    H: Deserialize<'de>,
    I: Deserialize<'de>,
    J: Deserialize<'de>,
    K: Deserialize<'de>,
    L: Deserialize<'de>,
    M: Deserialize<'de>,
    N: Deserialize<'de>,
    O: Deserialize<'de>,
    P: Deserialize<'de>, 
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Send for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Send,
    B: Send,
    C: Send,
    D: Send,
    E: Send,
    F: Send,
    G: Send,
    H: Send,
    I: Send,
    J: Send,
    K: Send,
    L: Send,
    M: Send,
    N: Send,
    O: Send,
    P: Send

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Sync for T16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> where
    A: Sync,
    B: Sync,
    C: Sync,
    D: Sync,
    E: Sync,
    F: Sync,
    G: Sync,
    H: Sync,
    I: Sync,
    J: Sync,
    K: Sync,
    L: Sync,
    M: Sync,
    N: Sync,
    O: Sync,
    P: Sync