Struct generic_array::GenericArrayImplOdd [] [src]

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

Internal type used to generate a struct of appropriate size

Trait Implementations

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

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

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

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