Struct generic_array::GenericArrayImplEven
[−]
[src]
#[repr(C)]pub struct GenericArrayImplEven<T, U> { /* fields omitted */ }
Internal type used to generate a struct of appropriate size
Trait Implementations
impl<T: Clone, U: Clone> Clone for GenericArrayImplEven<T, U>[src]
fn clone(&self) -> GenericArrayImplEven<T, U>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more