Struct generic_array::GenericArrayImplEven [] [src]

pub struct GenericArrayImplEven<T, U> {
    // some fields omitted
}

Internal type used to generate a struct of appropriate size

Trait Implementations

impl<T: Clone, U: Clone> Clone for GenericArrayImplEven<T, U>

fn clone(&self) -> GenericArrayImplEven<T, U>

fn clone_from(&mut self, source: &Self)

impl<T: Copy, U: Copy> Copy for GenericArrayImplEven<T, U>