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

pub trait Array29<T>: Array_16_24<T> + IntoFieldMut<I24, Ty = T> + IntoFieldMut<I25, Ty = T> + IntoFieldMut<I26, Ty = T> + IntoFieldMut<I27, Ty = T> + IntoFieldMut<I28, 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> Array29<T> for This where
    This: Array_16_24<T> + IntoFieldMut<I24, Ty = T> + IntoFieldMut<I25, Ty = T> + IntoFieldMut<I26, Ty = T> + IntoFieldMut<I27, Ty = T> + IntoFieldMut<I28, Ty = T>, 
[src]

Loading content...