Struct generic_array::GenericArray[][src]

#[repr(transparent)]pub struct GenericArray<T, U: ArrayLength<T>> { /* fields omitted */ }

Struct representing a generic array - GenericArray<T, N> works like [T; N]

Implementations

impl<T, N> GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

pub fn as_slice(&self) -> &[T][src]

Extracts a slice containing the entire array.

pub fn as_mut_slice(&mut self) -> &mut [T][src]

Extracts a mutable slice containing the entire array.

pub fn from_slice(slice: &[T]) -> &GenericArray<T, N>[src]

Converts slice to a generic array reference with inferred length;

Length of the slice must be equal to the length of the array.

pub fn from_mut_slice(slice: &mut [T]) -> &mut GenericArray<T, N>[src]

Converts mutable slice to a mutable generic array reference

Length of the slice must be equal to the length of the array.

impl<T: Clone, N> GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

pub fn clone_from_slice(list: &[T]) -> GenericArray<T, N>[src]

Construct a GenericArray from a slice by cloning its content

Length of the slice must be equal to the length of the array

impl<T, N> GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

pub fn from_exact_iter<I>(iter: I) -> Option<Self> where
    I: IntoIterator<Item = T>, 
[src]

Creates a new GenericArray instance from an iterator with a specific size.

Returns None if the size is not equal to the number of elements in the GenericArray.

Trait Implementations

impl<T> AsMut<[T; 1]> for GenericArray<T, U1>[src]

impl<T> AsMut<[T; 10]> for GenericArray<T, U10>[src]

impl<T> AsMut<[T; 100]> for GenericArray<T, U100>[src]

impl<T> AsMut<[T; 1000]> for GenericArray<T, U1000>[src]

impl<T> AsMut<[T; 1024]> for GenericArray<T, U1024>[src]

impl<T> AsMut<[T; 11]> for GenericArray<T, U11>[src]

impl<T> AsMut<[T; 12]> for GenericArray<T, U12>[src]

impl<T> AsMut<[T; 128]> for GenericArray<T, U128>[src]

impl<T> AsMut<[T; 13]> for GenericArray<T, U13>[src]

impl<T> AsMut<[T; 14]> for GenericArray<T, U14>[src]

impl<T> AsMut<[T; 15]> for GenericArray<T, U15>[src]

impl<T> AsMut<[T; 16]> for GenericArray<T, U16>[src]

impl<T> AsMut<[T; 17]> for GenericArray<T, U17>[src]

impl<T> AsMut<[T; 18]> for GenericArray<T, U18>[src]

impl<T> AsMut<[T; 19]> for GenericArray<T, U19>[src]

impl<T> AsMut<[T; 2]> for GenericArray<T, U2>[src]

impl<T> AsMut<[T; 20]> for GenericArray<T, U20>[src]

impl<T> AsMut<[T; 200]> for GenericArray<T, U200>[src]

impl<T> AsMut<[T; 21]> for GenericArray<T, U21>[src]

impl<T> AsMut<[T; 22]> for GenericArray<T, U22>[src]

impl<T> AsMut<[T; 23]> for GenericArray<T, U23>[src]

impl<T> AsMut<[T; 24]> for GenericArray<T, U24>[src]

impl<T> AsMut<[T; 25]> for GenericArray<T, U25>[src]

impl<T> AsMut<[T; 256]> for GenericArray<T, U256>[src]

impl<T> AsMut<[T; 26]> for GenericArray<T, U26>[src]

impl<T> AsMut<[T; 27]> for GenericArray<T, U27>[src]

impl<T> AsMut<[T; 28]> for GenericArray<T, U28>[src]

impl<T> AsMut<[T; 29]> for GenericArray<T, U29>[src]

impl<T> AsMut<[T; 3]> for GenericArray<T, U3>[src]

impl<T> AsMut<[T; 30]> for GenericArray<T, U30>[src]

impl<T> AsMut<[T; 300]> for GenericArray<T, U300>[src]

impl<T> AsMut<[T; 31]> for GenericArray<T, U31>[src]

impl<T> AsMut<[T; 32]> for GenericArray<T, U32>[src]

impl<T> AsMut<[T; 33]> for GenericArray<T, U33>[src]

impl<T> AsMut<[T; 34]> for GenericArray<T, U34>[src]

impl<T> AsMut<[T; 35]> for GenericArray<T, U35>[src]

impl<T> AsMut<[T; 36]> for GenericArray<T, U36>[src]

impl<T> AsMut<[T; 37]> for GenericArray<T, U37>[src]

impl<T> AsMut<[T; 38]> for GenericArray<T, U38>[src]

impl<T> AsMut<[T; 39]> for GenericArray<T, U39>[src]

impl<T> AsMut<[T; 4]> for GenericArray<T, U4>[src]

impl<T> AsMut<[T; 40]> for GenericArray<T, U40>[src]

impl<T> AsMut<[T; 400]> for GenericArray<T, U400>[src]

impl<T> AsMut<[T; 41]> for GenericArray<T, U41>[src]

impl<T> AsMut<[T; 42]> for GenericArray<T, U42>[src]

impl<T> AsMut<[T; 43]> for GenericArray<T, U43>[src]

impl<T> AsMut<[T; 44]> for GenericArray<T, U44>[src]

impl<T> AsMut<[T; 45]> for GenericArray<T, U45>[src]

impl<T> AsMut<[T; 46]> for GenericArray<T, U46>[src]

impl<T> AsMut<[T; 47]> for GenericArray<T, U47>[src]

impl<T> AsMut<[T; 48]> for GenericArray<T, U48>[src]

impl<T> AsMut<[T; 49]> for GenericArray<T, U49>[src]

impl<T> AsMut<[T; 5]> for GenericArray<T, U5>[src]

impl<T> AsMut<[T; 50]> for GenericArray<T, U50>[src]

impl<T> AsMut<[T; 500]> for GenericArray<T, U500>[src]

impl<T> AsMut<[T; 51]> for GenericArray<T, U51>[src]

impl<T> AsMut<[T; 512]> for GenericArray<T, U512>[src]

impl<T> AsMut<[T; 52]> for GenericArray<T, U52>[src]

impl<T> AsMut<[T; 53]> for GenericArray<T, U53>[src]

impl<T> AsMut<[T; 54]> for GenericArray<T, U54>[src]

impl<T> AsMut<[T; 55]> for GenericArray<T, U55>[src]

impl<T> AsMut<[T; 56]> for GenericArray<T, U56>[src]

impl<T> AsMut<[T; 57]> for GenericArray<T, U57>[src]

impl<T> AsMut<[T; 58]> for GenericArray<T, U58>[src]

impl<T> AsMut<[T; 59]> for GenericArray<T, U59>[src]

impl<T> AsMut<[T; 6]> for GenericArray<T, U6>[src]

impl<T> AsMut<[T; 60]> for GenericArray<T, U60>[src]

impl<T> AsMut<[T; 61]> for GenericArray<T, U61>[src]

impl<T> AsMut<[T; 62]> for GenericArray<T, U62>[src]

impl<T> AsMut<[T; 63]> for GenericArray<T, U63>[src]

impl<T> AsMut<[T; 64]> for GenericArray<T, U64>[src]

impl<T> AsMut<[T; 7]> for GenericArray<T, U7>[src]

impl<T> AsMut<[T; 70]> for GenericArray<T, U70>[src]

impl<T> AsMut<[T; 8]> for GenericArray<T, U8>[src]

impl<T> AsMut<[T; 80]> for GenericArray<T, U80>[src]

impl<T> AsMut<[T; 9]> for GenericArray<T, U9>[src]

impl<T> AsMut<[T; 90]> for GenericArray<T, U90>[src]

impl<T, N> AsMut<[T]> for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T> AsRef<[T; 1]> for GenericArray<T, U1>[src]

impl<T> AsRef<[T; 10]> for GenericArray<T, U10>[src]

impl<T> AsRef<[T; 100]> for GenericArray<T, U100>[src]

impl<T> AsRef<[T; 1000]> for GenericArray<T, U1000>[src]

impl<T> AsRef<[T; 1024]> for GenericArray<T, U1024>[src]

impl<T> AsRef<[T; 11]> for GenericArray<T, U11>[src]

impl<T> AsRef<[T; 12]> for GenericArray<T, U12>[src]

impl<T> AsRef<[T; 128]> for GenericArray<T, U128>[src]

impl<T> AsRef<[T; 13]> for GenericArray<T, U13>[src]

impl<T> AsRef<[T; 14]> for GenericArray<T, U14>[src]

impl<T> AsRef<[T; 15]> for GenericArray<T, U15>[src]

impl<T> AsRef<[T; 16]> for GenericArray<T, U16>[src]

impl<T> AsRef<[T; 17]> for GenericArray<T, U17>[src]

impl<T> AsRef<[T; 18]> for GenericArray<T, U18>[src]

impl<T> AsRef<[T; 19]> for GenericArray<T, U19>[src]

impl<T> AsRef<[T; 2]> for GenericArray<T, U2>[src]

impl<T> AsRef<[T; 20]> for GenericArray<T, U20>[src]

impl<T> AsRef<[T; 200]> for GenericArray<T, U200>[src]

impl<T> AsRef<[T; 21]> for GenericArray<T, U21>[src]

impl<T> AsRef<[T; 22]> for GenericArray<T, U22>[src]

impl<T> AsRef<[T; 23]> for GenericArray<T, U23>[src]

impl<T> AsRef<[T; 24]> for GenericArray<T, U24>[src]

impl<T> AsRef<[T; 25]> for GenericArray<T, U25>[src]

impl<T> AsRef<[T; 256]> for GenericArray<T, U256>[src]

impl<T> AsRef<[T; 26]> for GenericArray<T, U26>[src]

impl<T> AsRef<[T; 27]> for GenericArray<T, U27>[src]

impl<T> AsRef<[T; 28]> for GenericArray<T, U28>[src]

impl<T> AsRef<[T; 29]> for GenericArray<T, U29>[src]

impl<T> AsRef<[T; 3]> for GenericArray<T, U3>[src]

impl<T> AsRef<[T; 30]> for GenericArray<T, U30>[src]

impl<T> AsRef<[T; 300]> for GenericArray<T, U300>[src]

impl<T> AsRef<[T; 31]> for GenericArray<T, U31>[src]

impl<T> AsRef<[T; 32]> for GenericArray<T, U32>[src]

impl<T> AsRef<[T; 33]> for GenericArray<T, U33>[src]

impl<T> AsRef<[T; 34]> for GenericArray<T, U34>[src]

impl<T> AsRef<[T; 35]> for GenericArray<T, U35>[src]

impl<T> AsRef<[T; 36]> for GenericArray<T, U36>[src]

impl<T> AsRef<[T; 37]> for GenericArray<T, U37>[src]

impl<T> AsRef<[T; 38]> for GenericArray<T, U38>[src]

impl<T> AsRef<[T; 39]> for GenericArray<T, U39>[src]

impl<T> AsRef<[T; 4]> for GenericArray<T, U4>[src]

impl<T> AsRef<[T; 40]> for GenericArray<T, U40>[src]

impl<T> AsRef<[T; 400]> for GenericArray<T, U400>[src]

impl<T> AsRef<[T; 41]> for GenericArray<T, U41>[src]

impl<T> AsRef<[T; 42]> for GenericArray<T, U42>[src]

impl<T> AsRef<[T; 43]> for GenericArray<T, U43>[src]

impl<T> AsRef<[T; 44]> for GenericArray<T, U44>[src]

impl<T> AsRef<[T; 45]> for GenericArray<T, U45>[src]

impl<T> AsRef<[T; 46]> for GenericArray<T, U46>[src]

impl<T> AsRef<[T; 47]> for GenericArray<T, U47>[src]

impl<T> AsRef<[T; 48]> for GenericArray<T, U48>[src]

impl<T> AsRef<[T; 49]> for GenericArray<T, U49>[src]

impl<T> AsRef<[T; 5]> for GenericArray<T, U5>[src]

impl<T> AsRef<[T; 50]> for GenericArray<T, U50>[src]

impl<T> AsRef<[T; 500]> for GenericArray<T, U500>[src]

impl<T> AsRef<[T; 51]> for GenericArray<T, U51>[src]

impl<T> AsRef<[T; 512]> for GenericArray<T, U512>[src]

impl<T> AsRef<[T; 52]> for GenericArray<T, U52>[src]

impl<T> AsRef<[T; 53]> for GenericArray<T, U53>[src]

impl<T> AsRef<[T; 54]> for GenericArray<T, U54>[src]

impl<T> AsRef<[T; 55]> for GenericArray<T, U55>[src]

impl<T> AsRef<[T; 56]> for GenericArray<T, U56>[src]

impl<T> AsRef<[T; 57]> for GenericArray<T, U57>[src]

impl<T> AsRef<[T; 58]> for GenericArray<T, U58>[src]

impl<T> AsRef<[T; 59]> for GenericArray<T, U59>[src]

impl<T> AsRef<[T; 6]> for GenericArray<T, U6>[src]

impl<T> AsRef<[T; 60]> for GenericArray<T, U60>[src]

impl<T> AsRef<[T; 61]> for GenericArray<T, U61>[src]

impl<T> AsRef<[T; 62]> for GenericArray<T, U62>[src]

impl<T> AsRef<[T; 63]> for GenericArray<T, U63>[src]

impl<T> AsRef<[T; 64]> for GenericArray<T, U64>[src]

impl<T> AsRef<[T; 7]> for GenericArray<T, U7>[src]

impl<T> AsRef<[T; 70]> for GenericArray<T, U70>[src]

impl<T> AsRef<[T; 8]> for GenericArray<T, U8>[src]

impl<T> AsRef<[T; 80]> for GenericArray<T, U80>[src]

impl<T> AsRef<[T; 9]> for GenericArray<T, U9>[src]

impl<T> AsRef<[T; 90]> for GenericArray<T, U90>[src]

impl<T, N> AsRef<[T]> for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T, N> Borrow<[T]> for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T, N> BorrowMut<[T]> for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T: Clone, N> Clone for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T, N, M> Concat<T, M> for GenericArray<T, N> where
    N: ArrayLength<T> + Add<M>,
    M: ArrayLength<T>,
    Sum<N, M>: ArrayLength<T>, 
[src]

type Rest = GenericArray<T, M>

Sequence to be concatenated with self

type Output = GenericArray<T, Sum<N, M>>

Resulting sequence formed by the concatenation.

impl<T: Copy, N> Copy for GenericArray<T, N> where
    N: ArrayLength<T>,
    N::ArrayType: Copy
[src]

impl<T: Debug, N> Debug for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T: Default, N> Default for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T, N> Deref for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

type Target = [T]

The resulting type after dereferencing.

impl<T, N> DerefMut for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<'de, T, N> Deserialize<'de> for GenericArray<T, N> where
    T: Deserialize<'de> + Default,
    N: ArrayLength<T>, 
[src]

impl<T: Eq, N> Eq for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<'a, T> From<&'a [T; 1]> for &'a GenericArray<T, U1>[src]

impl<'a, T> From<&'a [T; 10]> for &'a GenericArray<T, U10>[src]

impl<'a, T> From<&'a [T; 100]> for &'a GenericArray<T, U100>[src]

impl<'a, T> From<&'a [T; 1000]> for &'a GenericArray<T, U1000>[src]

impl<'a, T> From<&'a [T; 1024]> for &'a GenericArray<T, U1024>[src]

impl<'a, T> From<&'a [T; 11]> for &'a GenericArray<T, U11>[src]

impl<'a, T> From<&'a [T; 12]> for &'a GenericArray<T, U12>[src]

impl<'a, T> From<&'a [T; 128]> for &'a GenericArray<T, U128>[src]

impl<'a, T> From<&'a [T; 13]> for &'a GenericArray<T, U13>[src]

impl<'a, T> From<&'a [T; 14]> for &'a GenericArray<T, U14>[src]

impl<'a, T> From<&'a [T; 15]> for &'a GenericArray<T, U15>[src]

impl<'a, T> From<&'a [T; 16]> for &'a GenericArray<T, U16>[src]

impl<'a, T> From<&'a [T; 17]> for &'a GenericArray<T, U17>[src]

impl<'a, T> From<&'a [T; 18]> for &'a GenericArray<T, U18>[src]

impl<'a, T> From<&'a [T; 19]> for &'a GenericArray<T, U19>[src]

impl<'a, T> From<&'a [T; 2]> for &'a GenericArray<T, U2>[src]

impl<'a, T> From<&'a [T; 20]> for &'a GenericArray<T, U20>[src]

impl<'a, T> From<&'a [T; 200]> for &'a GenericArray<T, U200>[src]

impl<'a, T> From<&'a [T; 21]> for &'a GenericArray<T, U21>[src]

impl<'a, T> From<&'a [T; 22]> for &'a GenericArray<T, U22>[src]

impl<'a, T> From<&'a [T; 23]> for &'a GenericArray<T, U23>[src]

impl<'a, T> From<&'a [T; 24]> for &'a GenericArray<T, U24>[src]

impl<'a, T> From<&'a [T; 25]> for &'a GenericArray<T, U25>[src]

impl<'a, T> From<&'a [T; 256]> for &'a GenericArray<T, U256>[src]

impl<'a, T> From<&'a [T; 26]> for &'a GenericArray<T, U26>[src]

impl<'a, T> From<&'a [T; 27]> for &'a GenericArray<T, U27>[src]

impl<'a, T> From<&'a [T; 28]> for &'a GenericArray<T, U28>[src]

impl<'a, T> From<&'a [T; 29]> for &'a GenericArray<T, U29>[src]

impl<'a, T> From<&'a [T; 3]> for &'a GenericArray<T, U3>[src]

impl<'a, T> From<&'a [T; 30]> for &'a GenericArray<T, U30>[src]

impl<'a, T> From<&'a [T; 300]> for &'a GenericArray<T, U300>[src]

impl<'a, T> From<&'a [T; 31]> for &'a GenericArray<T, U31>[src]

impl<'a, T> From<&'a [T; 32]> for &'a GenericArray<T, U32>[src]

impl<'a, T> From<&'a [T; 33]> for &'a GenericArray<T, U33>[src]

impl<'a, T> From<&'a [T; 34]> for &'a GenericArray<T, U34>[src]

impl<'a, T> From<&'a [T; 35]> for &'a GenericArray<T, U35>[src]

impl<'a, T> From<&'a [T; 36]> for &'a GenericArray<T, U36>[src]

impl<'a, T> From<&'a [T; 37]> for &'a GenericArray<T, U37>[src]

impl<'a, T> From<&'a [T; 38]> for &'a GenericArray<T, U38>[src]

impl<'a, T> From<&'a [T; 39]> for &'a GenericArray<T, U39>[src]

impl<'a, T> From<&'a [T; 4]> for &'a GenericArray<T, U4>[src]

impl<'a, T> From<&'a [T; 40]> for &'a GenericArray<T, U40>[src]

impl<'a, T> From<&'a [T; 400]> for &'a GenericArray<T, U400>[src]

impl<'a, T> From<&'a [T; 41]> for &'a GenericArray<T, U41>[src]

impl<'a, T> From<&'a [T; 42]> for &'a GenericArray<T, U42>[src]

impl<'a, T> From<&'a [T; 43]> for &'a GenericArray<T, U43>[src]

impl<'a, T> From<&'a [T; 44]> for &'a GenericArray<T, U44>[src]

impl<'a, T> From<&'a [T; 45]> for &'a GenericArray<T, U45>[src]

impl<'a, T> From<&'a [T; 46]> for &'a GenericArray<T, U46>[src]

impl<'a, T> From<&'a [T; 47]> for &'a GenericArray<T, U47>[src]

impl<'a, T> From<&'a [T; 48]> for &'a GenericArray<T, U48>[src]

impl<'a, T> From<&'a [T; 49]> for &'a GenericArray<T, U49>[src]

impl<'a, T> From<&'a [T; 5]> for &'a GenericArray<T, U5>[src]

impl<'a, T> From<&'a [T; 50]> for &'a GenericArray<T, U50>[src]

impl<'a, T> From<&'a [T; 500]> for &'a GenericArray<T, U500>[src]

impl<'a, T> From<&'a [T; 51]> for &'a GenericArray<T, U51>[src]

impl<'a, T> From<&'a [T; 512]> for &'a GenericArray<T, U512>[src]

impl<'a, T> From<&'a [T; 52]> for &'a GenericArray<T, U52>[src]

impl<'a, T> From<&'a [T; 53]> for &'a GenericArray<T, U53>[src]

impl<'a, T> From<&'a [T; 54]> for &'a GenericArray<T, U54>[src]

impl<'a, T> From<&'a [T; 55]> for &'a GenericArray<T, U55>[src]

impl<'a, T> From<&'a [T; 56]> for &'a GenericArray<T, U56>[src]

impl<'a, T> From<&'a [T; 57]> for &'a GenericArray<T, U57>[src]

impl<'a, T> From<&'a [T; 58]> for &'a GenericArray<T, U58>[src]

impl<'a, T> From<&'a [T; 59]> for &'a GenericArray<T, U59>[src]

impl<'a, T> From<&'a [T; 6]> for &'a GenericArray<T, U6>[src]

impl<'a, T> From<&'a [T; 60]> for &'a GenericArray<T, U60>[src]

impl<'a, T> From<&'a [T; 61]> for &'a GenericArray<T, U61>[src]

impl<'a, T> From<&'a [T; 62]> for &'a GenericArray<T, U62>[src]

impl<'a, T> From<&'a [T; 63]> for &'a GenericArray<T, U63>[src]

impl<'a, T> From<&'a [T; 64]> for &'a GenericArray<T, U64>[src]

impl<'a, T> From<&'a [T; 7]> for &'a GenericArray<T, U7>[src]

impl<'a, T> From<&'a [T; 70]> for &'a GenericArray<T, U70>[src]

impl<'a, T> From<&'a [T; 8]> for &'a GenericArray<T, U8>[src]

impl<'a, T> From<&'a [T; 80]> for &'a GenericArray<T, U80>[src]

impl<'a, T> From<&'a [T; 9]> for &'a GenericArray<T, U9>[src]

impl<'a, T> From<&'a [T; 90]> for &'a GenericArray<T, U90>[src]

impl<'a, T, N: ArrayLength<T>> From<&'a [T]> for &'a GenericArray<T, N>[src]

fn from(slice: &[T]) -> &GenericArray<T, N>[src]

Converts slice to a generic array reference with inferred length;

Length of the slice must be equal to the length of the array.

impl<'a, T> From<&'a mut [T; 1]> for &'a mut GenericArray<T, U1>[src]

impl<'a, T> From<&'a mut [T; 10]> for &'a mut GenericArray<T, U10>[src]

impl<'a, T> From<&'a mut [T; 100]> for &'a mut GenericArray<T, U100>[src]

impl<'a, T> From<&'a mut [T; 1000]> for &'a mut GenericArray<T, U1000>[src]

impl<'a, T> From<&'a mut [T; 1024]> for &'a mut GenericArray<T, U1024>[src]

impl<'a, T> From<&'a mut [T; 11]> for &'a mut GenericArray<T, U11>[src]

impl<'a, T> From<&'a mut [T; 12]> for &'a mut GenericArray<T, U12>[src]

impl<'a, T> From<&'a mut [T; 128]> for &'a mut GenericArray<T, U128>[src]

impl<'a, T> From<&'a mut [T; 13]> for &'a mut GenericArray<T, U13>[src]

impl<'a, T> From<&'a mut [T; 14]> for &'a mut GenericArray<T, U14>[src]

impl<'a, T> From<&'a mut [T; 15]> for &'a mut GenericArray<T, U15>[src]

impl<'a, T> From<&'a mut [T; 16]> for &'a mut GenericArray<T, U16>[src]

impl<'a, T> From<&'a mut [T; 17]> for &'a mut GenericArray<T, U17>[src]

impl<'a, T> From<&'a mut [T; 18]> for &'a mut GenericArray<T, U18>[src]

impl<'a, T> From<&'a mut [T; 19]> for &'a mut GenericArray<T, U19>[src]

impl<'a, T> From<&'a mut [T; 2]> for &'a mut GenericArray<T, U2>[src]

impl<'a, T> From<&'a mut [T; 20]> for &'a mut GenericArray<T, U20>[src]

impl<'a, T> From<&'a mut [T; 200]> for &'a mut GenericArray<T, U200>[src]

impl<'a, T> From<&'a mut [T; 21]> for &'a mut GenericArray<T, U21>[src]

impl<'a, T> From<&'a mut [T; 22]> for &'a mut GenericArray<T, U22>[src]

impl<'a, T> From<&'a mut [T; 23]> for &'a mut GenericArray<T, U23>[src]

impl<'a, T> From<&'a mut [T; 24]> for &'a mut GenericArray<T, U24>[src]

impl<'a, T> From<&'a mut [T; 25]> for &'a mut GenericArray<T, U25>[src]

impl<'a, T> From<&'a mut [T; 256]> for &'a mut GenericArray<T, U256>[src]

impl<'a, T> From<&'a mut [T; 26]> for &'a mut GenericArray<T, U26>[src]

impl<'a, T> From<&'a mut [T; 27]> for &'a mut GenericArray<T, U27>[src]

impl<'a, T> From<&'a mut [T; 28]> for &'a mut GenericArray<T, U28>[src]

impl<'a, T> From<&'a mut [T; 29]> for &'a mut GenericArray<T, U29>[src]

impl<'a, T> From<&'a mut [T; 3]> for &'a mut GenericArray<T, U3>[src]

impl<'a, T> From<&'a mut [T; 30]> for &'a mut GenericArray<T, U30>[src]

impl<'a, T> From<&'a mut [T; 300]> for &'a mut GenericArray<T, U300>[src]

impl<'a, T> From<&'a mut [T; 31]> for &'a mut GenericArray<T, U31>[src]

impl<'a, T> From<&'a mut [T; 32]> for &'a mut GenericArray<T, U32>[src]

impl<'a, T> From<&'a mut [T; 33]> for &'a mut GenericArray<T, U33>[src]

impl<'a, T> From<&'a mut [T; 34]> for &'a mut GenericArray<T, U34>[src]

impl<'a, T> From<&'a mut [T; 35]> for &'a mut GenericArray<T, U35>[src]

impl<'a, T> From<&'a mut [T; 36]> for &'a mut GenericArray<T, U36>[src]

impl<'a, T> From<&'a mut [T; 37]> for &'a mut GenericArray<T, U37>[src]

impl<'a, T> From<&'a mut [T; 38]> for &'a mut GenericArray<T, U38>[src]

impl<'a, T> From<&'a mut [T; 39]> for &'a mut GenericArray<T, U39>[src]

impl<'a, T> From<&'a mut [T; 4]> for &'a mut GenericArray<T, U4>[src]

impl<'a, T> From<&'a mut [T; 40]> for &'a mut GenericArray<T, U40>[src]

impl<'a, T> From<&'a mut [T; 400]> for &'a mut GenericArray<T, U400>[src]

impl<'a, T> From<&'a mut [T; 41]> for &'a mut GenericArray<T, U41>[src]

impl<'a, T> From<&'a mut [T; 42]> for &'a mut GenericArray<T, U42>[src]

impl<'a, T> From<&'a mut [T; 43]> for &'a mut GenericArray<T, U43>[src]

impl<'a, T> From<&'a mut [T; 44]> for &'a mut GenericArray<T, U44>[src]

impl<'a, T> From<&'a mut [T; 45]> for &'a mut GenericArray<T, U45>[src]

impl<'a, T> From<&'a mut [T; 46]> for &'a mut GenericArray<T, U46>[src]

impl<'a, T> From<&'a mut [T; 47]> for &'a mut GenericArray<T, U47>[src]

impl<'a, T> From<&'a mut [T; 48]> for &'a mut GenericArray<T, U48>[src]

impl<'a, T> From<&'a mut [T; 49]> for &'a mut GenericArray<T, U49>[src]

impl<'a, T> From<&'a mut [T; 5]> for &'a mut GenericArray<T, U5>[src]

impl<'a, T> From<&'a mut [T; 50]> for &'a mut GenericArray<T, U50>[src]

impl<'a, T> From<&'a mut [T; 500]> for &'a mut GenericArray<T, U500>[src]

impl<'a, T> From<&'a mut [T; 51]> for &'a mut GenericArray<T, U51>[src]

impl<'a, T> From<&'a mut [T; 512]> for &'a mut GenericArray<T, U512>[src]

impl<'a, T> From<&'a mut [T; 52]> for &'a mut GenericArray<T, U52>[src]

impl<'a, T> From<&'a mut [T; 53]> for &'a mut GenericArray<T, U53>[src]

impl<'a, T> From<&'a mut [T; 54]> for &'a mut GenericArray<T, U54>[src]

impl<'a, T> From<&'a mut [T; 55]> for &'a mut GenericArray<T, U55>[src]

impl<'a, T> From<&'a mut [T; 56]> for &'a mut GenericArray<T, U56>[src]

impl<'a, T> From<&'a mut [T; 57]> for &'a mut GenericArray<T, U57>[src]

impl<'a, T> From<&'a mut [T; 58]> for &'a mut GenericArray<T, U58>[src]

impl<'a, T> From<&'a mut [T; 59]> for &'a mut GenericArray<T, U59>[src]

impl<'a, T> From<&'a mut [T; 6]> for &'a mut GenericArray<T, U6>[src]

impl<'a, T> From<&'a mut [T; 60]> for &'a mut GenericArray<T, U60>[src]

impl<'a, T> From<&'a mut [T; 61]> for &'a mut GenericArray<T, U61>[src]

impl<'a, T> From<&'a mut [T; 62]> for &'a mut GenericArray<T, U62>[src]

impl<'a, T> From<&'a mut [T; 63]> for &'a mut GenericArray<T, U63>[src]

impl<'a, T> From<&'a mut [T; 64]> for &'a mut GenericArray<T, U64>[src]

impl<'a, T> From<&'a mut [T; 7]> for &'a mut GenericArray<T, U7>[src]

impl<'a, T> From<&'a mut [T; 70]> for &'a mut GenericArray<T, U70>[src]

impl<'a, T> From<&'a mut [T; 8]> for &'a mut GenericArray<T, U8>[src]

impl<'a, T> From<&'a mut [T; 80]> for &'a mut GenericArray<T, U80>[src]

impl<'a, T> From<&'a mut [T; 9]> for &'a mut GenericArray<T, U9>[src]

impl<'a, T> From<&'a mut [T; 90]> for &'a mut GenericArray<T, U90>[src]

impl<'a, T, N: ArrayLength<T>> From<&'a mut [T]> for &'a mut GenericArray<T, N>[src]

fn from(slice: &mut [T]) -> &mut GenericArray<T, N>[src]

Converts mutable slice to a mutable generic array reference

Length of the slice must be equal to the length of the array.

impl<T> From<[T; 1]> for GenericArray<T, U1>[src]

impl<T> From<[T; 10]> for GenericArray<T, U10>[src]

impl<T> From<[T; 100]> for GenericArray<T, U100>[src]

impl<T> From<[T; 1000]> for GenericArray<T, U1000>[src]

impl<T> From<[T; 1024]> for GenericArray<T, U1024>[src]

impl<T> From<[T; 11]> for GenericArray<T, U11>[src]

impl<T> From<[T; 12]> for GenericArray<T, U12>[src]

impl<T> From<[T; 128]> for GenericArray<T, U128>[src]

impl<T> From<[T; 13]> for GenericArray<T, U13>[src]

impl<T> From<[T; 14]> for GenericArray<T, U14>[src]

impl<T> From<[T; 15]> for GenericArray<T, U15>[src]

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

impl<T> From<[T; 17]> for GenericArray<T, U17>[src]

impl<T> From<[T; 18]> for GenericArray<T, U18>[src]

impl<T> From<[T; 19]> for GenericArray<T, U19>[src]

impl<T> From<[T; 2]> for GenericArray<T, U2>[src]

impl<T> From<[T; 20]> for GenericArray<T, U20>[src]

impl<T> From<[T; 200]> for GenericArray<T, U200>[src]

impl<T> From<[T; 21]> for GenericArray<T, U21>[src]

impl<T> From<[T; 22]> for GenericArray<T, U22>[src]

impl<T> From<[T; 23]> for GenericArray<T, U23>[src]

impl<T> From<[T; 24]> for GenericArray<T, U24>[src]

impl<T> From<[T; 25]> for GenericArray<T, U25>[src]

impl<T> From<[T; 256]> for GenericArray<T, U256>[src]

impl<T> From<[T; 26]> for GenericArray<T, U26>[src]

impl<T> From<[T; 27]> for GenericArray<T, U27>[src]

impl<T> From<[T; 28]> for GenericArray<T, U28>[src]

impl<T> From<[T; 29]> for GenericArray<T, U29>[src]

impl<T> From<[T; 3]> for GenericArray<T, U3>[src]

impl<T> From<[T; 30]> for GenericArray<T, U30>[src]

impl<T> From<[T; 300]> for GenericArray<T, U300>[src]

impl<T> From<[T; 31]> for GenericArray<T, U31>[src]

impl<T> From<[T; 32]> for GenericArray<T, U32>[src]

impl<T> From<[T; 33]> for GenericArray<T, U33>[src]

impl<T> From<[T; 34]> for GenericArray<T, U34>[src]

impl<T> From<[T; 35]> for GenericArray<T, U35>[src]

impl<T> From<[T; 36]> for GenericArray<T, U36>[src]

impl<T> From<[T; 37]> for GenericArray<T, U37>[src]

impl<T> From<[T; 38]> for GenericArray<T, U38>[src]

impl<T> From<[T; 39]> for GenericArray<T, U39>[src]

impl<T> From<[T; 4]> for GenericArray<T, U4>[src]

impl<T> From<[T; 40]> for GenericArray<T, U40>[src]

impl<T> From<[T; 400]> for GenericArray<T, U400>[src]

impl<T> From<[T; 41]> for GenericArray<T, U41>[src]

impl<T> From<[T; 42]> for GenericArray<T, U42>[src]

impl<T> From<[T; 43]> for GenericArray<T, U43>[src]

impl<T> From<[T; 44]> for GenericArray<T, U44>[src]

impl<T> From<[T; 45]> for GenericArray<T, U45>[src]

impl<T> From<[T; 46]> for GenericArray<T, U46>[src]

impl<T> From<[T; 47]> for GenericArray<T, U47>[src]

impl<T> From<[T; 48]> for GenericArray<T, U48>[src]

impl<T> From<[T; 49]> for GenericArray<T, U49>[src]

impl<T> From<[T; 5]> for GenericArray<T, U5>[src]

impl<T> From<[T; 50]> for GenericArray<T, U50>[src]

impl<T> From<[T; 500]> for GenericArray<T, U500>[src]

impl<T> From<[T; 51]> for GenericArray<T, U51>[src]

impl<T> From<[T; 512]> for GenericArray<T, U512>[src]

impl<T> From<[T; 52]> for GenericArray<T, U52>[src]

impl<T> From<[T; 53]> for GenericArray<T, U53>[src]

impl<T> From<[T; 54]> for GenericArray<T, U54>[src]

impl<T> From<[T; 55]> for GenericArray<T, U55>[src]

impl<T> From<[T; 56]> for GenericArray<T, U56>[src]

impl<T> From<[T; 57]> for GenericArray<T, U57>[src]

impl<T> From<[T; 58]> for GenericArray<T, U58>[src]

impl<T> From<[T; 59]> for GenericArray<T, U59>[src]

impl<T> From<[T; 6]> for GenericArray<T, U6>[src]

impl<T> From<[T; 60]> for GenericArray<T, U60>[src]

impl<T> From<[T; 61]> for GenericArray<T, U61>[src]

impl<T> From<[T; 62]> for GenericArray<T, U62>[src]

impl<T> From<[T; 63]> for GenericArray<T, U63>[src]

impl<T> From<[T; 64]> for GenericArray<T, U64>[src]

impl<T> From<[T; 7]> for GenericArray<T, U7>[src]

impl<T> From<[T; 70]> for GenericArray<T, U70>[src]

impl<T> From<[T; 8]> for GenericArray<T, U8>[src]

impl<T> From<[T; 80]> for GenericArray<T, U80>[src]

impl<T> From<[T; 9]> for GenericArray<T, U9>[src]

impl<T> From<[T; 90]> for GenericArray<T, U90>[src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>> for [T; 1024][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>> for [T; 512][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B1>, B0>, B1>, B0>, B0>, B0>>> for [T; 1000][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>> for [T; 256][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>, B0>, B1>, B1>, B0>, B0>>> for [T; 300][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B1>, B0>, B0>, B0>, B0>>> for [T; 400][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B1>, B0>, B1>, B0>, B0>>> for [T; 500][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>> for [T; 128][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B1>, B0>, B0>, B0>>> for [T; 200][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>>> for [T; 64][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B1>, B0>>> for [T; 70][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>, B0>, B0>, B0>>> for [T; 80][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B0>, B1>, B0>>> for [T; 90][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B1>, B0>, B0>>> for [T; 100][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>> for [T; 32][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B1>>> for [T; 33][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>>> for [T; 34][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B1>>> for [T; 35][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>, B0>, B0>>> for [T; 36][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>, B0>, B1>>> for [T; 37][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>, B1>, B0>>> for [T; 38][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>, B1>, B1>>> for [T; 39][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>, B0>, B0>>> for [T; 40][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>, B0>, B1>>> for [T; 41][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>, B1>, B0>>> for [T; 42][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>, B1>, B1>>> for [T; 43][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B0>, B0>>> for [T; 44][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B0>, B1>>> for [T; 45][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B1>, B0>>> for [T; 46][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B1>, B1>>> for [T; 47][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B0>, B0>>> for [T; 48][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B0>, B1>>> for [T; 49][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B1>, B0>>> for [T; 50][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B1>, B1>>> for [T; 51][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>, B0>>> for [T; 52][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>, B1>>> for [T; 53][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B1>, B0>>> for [T; 54][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B1>, B1>>> for [T; 55][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B0>, B0>>> for [T; 56][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B0>, B1>>> for [T; 57][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B1>, B0>>> for [T; 58][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B1>, B1>>> for [T; 59][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B0>, B0>>> for [T; 60][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B0>, B1>>> for [T; 61][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B1>, B0>>> for [T; 62][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B1>, B1>>> for [T; 63][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>> for [T; 16][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>>> for [T; 17][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>, B0>>> for [T; 18][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>, B1>>> for [T; 19][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>, B0>>> for [T; 20][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>, B1>>> for [T; 21][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B0>>> for [T; 22][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B1>>> for [T; 23][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B0>>> for [T; 24][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B1>>> for [T; 25][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>> for [T; 26][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B1>>> for [T; 27][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B0>>> for [T; 28][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B1>>> for [T; 29][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B0>>> for [T; 30][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B1>>> for [T; 31][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>> for [T; 8][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>>> for [T; 9][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>>> for [T; 10][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>>> for [T; 11][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>>> for [T; 12][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>>> for [T; 13][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>>> for [T; 14][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>>> for [T; 15][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>> for [T; 4][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UTerm, B1>, B0>, B1>>> for [T; 5][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UTerm, B1>, B1>, B0>>> for [T; 6][src]

impl<T> From<GenericArray<T, UInt<UInt<UInt<UTerm, B1>, B1>, B1>>> for [T; 7][src]

impl<T> From<GenericArray<T, UInt<UInt<UTerm, B1>, B0>>> for [T; 2][src]

impl<T> From<GenericArray<T, UInt<UInt<UTerm, B1>, B1>>> for [T; 3][src]

impl<T> From<GenericArray<T, UInt<UTerm, B1>>> for [T; 1][src]

impl<T, N> FromIterator<T> for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T, N> FunctionalSequence<T> for GenericArray<T, N> where
    N: ArrayLength<T>,
    Self: GenericSequence<T, Item = T, Length = N>, 
[src]

impl<T, N> GenericSequence<T> for GenericArray<T, N> where
    N: ArrayLength<T>,
    Self: IntoIterator<Item = T>, 
[src]

type Length = N

GenericArray associated length

type Sequence = Self

Concrete sequence type used in conjuction with reference implementations of GenericSequence

impl<T: Hash, N> Hash for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T, N> IntoIterator for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

type Item = T

The type of the elements being iterated over.

type IntoIter = GenericArrayIter<T, N>

Which kind of iterator are we turning this into?

impl<'a, T: 'a, N> IntoIterator for &'a GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

type IntoIter = Iter<'a, T>

Which kind of iterator are we turning this into?

type Item = &'a T

The type of the elements being iterated over.

impl<'a, T: 'a, N> IntoIterator for &'a mut GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

type IntoIter = IterMut<'a, T>

Which kind of iterator are we turning this into?

type Item = &'a mut T

The type of the elements being iterated over.

impl<T, N: ArrayLength<T>> Lengthen<T> for GenericArray<T, N> where
    N: Add<B1>,
    Add1<N>: ArrayLength<T>,
    Add1<N>: Sub<B1, Output = N>,
    Sub1<Add1<N>>: ArrayLength<T>, 
[src]

type Longer = GenericArray<T, Add1<N>>

GenericSequence that has one more element than Self

impl<T: ArrayLength<u8>> LowerHex for GenericArray<u8, T> where
    T: Add<T>,
    <T as Add<T>>::Output: ArrayLength<u8>, 
[src]

impl<T, U, N> MappedGenericSequence<T, U> for GenericArray<T, N> where
    N: ArrayLength<T> + ArrayLength<U>,
    GenericArray<U, N>: GenericSequence<U, Length = N>, 
[src]

type Mapped = GenericArray<U, N>

Mapped sequence type

impl<T: Ord, N> Ord for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T: PartialEq, N> PartialEq<GenericArray<T, N>> for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T: PartialOrd, N> PartialOrd<GenericArray<T, N>> for GenericArray<T, N> where
    N: ArrayLength<T>, 
[src]

impl<T: Send, N: ArrayLength<T>> Send for GenericArray<T, N>[src]

impl<T, N> Serialize for GenericArray<T, N> where
    T: Serialize,
    N: ArrayLength<T>, 
[src]

impl<T, N: ArrayLength<T>> Shorten<T> for GenericArray<T, N> where
    N: Sub<B1>,
    Sub1<N>: ArrayLength<T>,
    Sub1<N>: Add<B1, Output = N>,
    Add1<Sub1<N>>: ArrayLength<T>, 
[src]

type Shorter = GenericArray<T, Sub1<N>>

GenericSequence that has one less element than Self

impl<T, N, K> Split<T, K> for GenericArray<T, N> where
    N: ArrayLength<T>,
    K: ArrayLength<T>,
    N: Sub<K>,
    Diff<N, K>: ArrayLength<T>, 
[src]

type First = GenericArray<T, K>

First part of the resulting split array

type Second = GenericArray<T, Diff<N, K>>

Second part of the resulting split array

impl<'a, T, N, K> Split<T, K> for &'a GenericArray<T, N> where
    N: ArrayLength<T>,
    K: ArrayLength<T> + 'static,
    N: Sub<K>,
    Diff<N, K>: ArrayLength<T>, 
[src]

type First = &'a GenericArray<T, K>

First part of the resulting split array

type Second = &'a GenericArray<T, Diff<N, K>>

Second part of the resulting split array

impl<'a, T, N, K> Split<T, K> for &'a mut GenericArray<T, N> where
    N: ArrayLength<T>,
    K: ArrayLength<T> + 'static,
    N: Sub<K>,
    Diff<N, K>: ArrayLength<T>, 
[src]

type First = &'a mut GenericArray<T, K>

First part of the resulting split array

type Second = &'a mut GenericArray<T, Diff<N, K>>

Second part of the resulting split array

impl<T: Sync, N: ArrayLength<T>> Sync for GenericArray<T, N>[src]

impl<T: ArrayLength<u8>> UpperHex for GenericArray<u8, T> where
    T: Add<T>,
    <T as Add<T>>::Output: ArrayLength<u8>, 
[src]

Auto Trait Implementations

impl<T, U> RefUnwindSafe for GenericArray<T, U> where
    <U as ArrayLength<T>>::ArrayType: RefUnwindSafe

impl<T, U> Unpin for GenericArray<T, U> where
    <U as ArrayLength<T>>::ArrayType: Unpin

impl<T, U> UnwindSafe for GenericArray<T, U> where
    <U as ArrayLength<T>>::ArrayType: UnwindSafe

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

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

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.