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

pub trait Array4<T>: IntoFieldMut<I0, Ty = T> + IntoFieldMut<I1, Ty = T> + IntoFieldMut<I2, Ty = T> + IntoFieldMut<I3, Ty = T> { }

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

Implementors

impl<This: ?Sized, T> Array4<T> for This where
    This: IntoFieldMut<I0, Ty = T> + IntoFieldMut<I1, Ty = T> + IntoFieldMut<I2, Ty = T> + IntoFieldMut<I3, Ty = T>, 
[src]

Loading content...