Trait arrayvec::Array
[−]
[src]
pub unsafe trait Array { type Item; }
Trait for fixed size arrays.
Associated Types
type Item
The array’s element type
Implementors
impl<T> Array for [T; 0] type Item = T; type Index = u8;
impl<T> Array for [T; 1] type Item = T; type Index = u8;
impl<T> Array for [T; 2] type Item = T; type Index = u8;
impl<T> Array for [T; 3] type Item = T; type Index = u8;
impl<T> Array for [T; 4] type Item = T; type Index = u8;
impl<T> Array for [T; 5] type Item = T; type Index = u8;
impl<T> Array for [T; 6] type Item = T; type Index = u8;
impl<T> Array for [T; 7] type Item = T; type Index = u8;
impl<T> Array for [T; 8] type Item = T; type Index = u8;
impl<T> Array for [T; 9] type Item = T; type Index = u8;
impl<T> Array for [T; 10] type Item = T; type Index = u8;
impl<T> Array for [T; 11] type Item = T; type Index = u8;
impl<T> Array for [T; 12] type Item = T; type Index = u8;
impl<T> Array for [T; 13] type Item = T; type Index = u8;
impl<T> Array for [T; 14] type Item = T; type Index = u8;
impl<T> Array for [T; 15] type Item = T; type Index = u8;
impl<T> Array for [T; 16] type Item = T; type Index = u8;
impl<T> Array for [T; 17] type Item = T; type Index = u8;
impl<T> Array for [T; 18] type Item = T; type Index = u8;
impl<T> Array for [T; 19] type Item = T; type Index = u8;
impl<T> Array for [T; 20] type Item = T; type Index = u8;
impl<T> Array for [T; 21] type Item = T; type Index = u8;
impl<T> Array for [T; 22] type Item = T; type Index = u8;
impl<T> Array for [T; 23] type Item = T; type Index = u8;
impl<T> Array for [T; 24] type Item = T; type Index = u8;
impl<T> Array for [T; 25] type Item = T; type Index = u8;
impl<T> Array for [T; 26] type Item = T; type Index = u8;
impl<T> Array for [T; 27] type Item = T; type Index = u8;
impl<T> Array for [T; 28] type Item = T; type Index = u8;
impl<T> Array for [T; 29] type Item = T; type Index = u8;
impl<T> Array for [T; 30] type Item = T; type Index = u8;
impl<T> Array for [T; 31] type Item = T; type Index = u8;
impl<T> Array for [T; 32] type Item = T; type Index = u8;
impl<T> Array for [T; 40] type Item = T; type Index = u8;
impl<T> Array for [T; 48] type Item = T; type Index = u8;
impl<T> Array for [T; 50] type Item = T; type Index = u8;
impl<T> Array for [T; 56] type Item = T; type Index = u8;
impl<T> Array for [T; 64] type Item = T; type Index = u8;
impl<T> Array for [T; 72] type Item = T; type Index = u8;
impl<T> Array for [T; 96] type Item = T; type Index = u8;
impl<T> Array for [T; 100] type Item = T; type Index = u8;
impl<T> Array for [T; 128] type Item = T; type Index = u8;
impl<T> Array for [T; 160] type Item = T; type Index = u8;
impl<T> Array for [T; 192] type Item = T; type Index = u8;
impl<T> Array for [T; 200] type Item = T; type Index = u8;
impl<T> Array for [T; 224] type Item = T; type Index = u8;
impl<T> Array for [T; 256] type Item = T; type Index = u16;
impl<T> Array for [T; 384] type Item = T; type Index = u16;
impl<T> Array for [T; 512] type Item = T; type Index = u16;
impl<T> Array for [T; 768] type Item = T; type Index = u16;
impl<T> Array for [T; 1024] type Item = T; type Index = u16;
impl<T> Array for [T; 2048] type Item = T; type Index = u16;
impl<T> Array for [T; 4096] type Item = T; type Index = u16;
impl<T> Array for [T; 8192] type Item = T; type Index = u16;
impl<T> Array for [T; 16384] type Item = T; type Index = u16;
impl<T> Array for [T; 32768] type Item = T; type Index = u16;
impl<T> Array for [T; 65536] type Item = T; type Index = u32;