Trait rustc_data_structures::array_vec::Array  [−][src]
pub unsafe trait Array {
    type Element;
    type PartialStorage: Unsize<[ManuallyDrop<Self::Element>]>;
    const LEN: usize;
}Associated Types
type Element
type PartialStorage: Unsize<[ManuallyDrop<Self::Element>]>
Associated Constants
Implementations on Foreign Types
impl<T> Array for [T; 1][src] 
impl<T> Array for [T; 1]impl<T> Array for [T; 8][src] 
impl<T> Array for [T; 8]impl<T> Array for [T; 32][src] 
        impl<T> Array for [T; 32]