[][src]Trait structural::structural_aliases::array_traits::ArrayMove6

pub trait ArrayMove6<T>: IntoField<I0, Ty = T> + IntoField<I1, Ty = T> + IntoField<I2, Ty = T> + IntoField<I3, Ty = T> + IntoField<I4, Ty = T> + IntoField<I5, Ty = T> { }

A structural alias for an array of this size. With shared and by value access to the elements.

Implementors

impl<This: ?Sized, T> ArrayMove6<T> for This where
    This: IntoField<I0, Ty = T> + IntoField<I1, Ty = T> + IntoField<I2, Ty = T> + IntoField<I3, Ty = T> + IntoField<I4, Ty = T> + IntoField<I5, Ty = T>, 
[src]

Loading content...