Struct generic_array::GenericArrayImplOdd
[−]
[src]
#[repr(C)]pub struct GenericArrayImplOdd<T, U> { /* fields omitted */ }
Internal type used to generate a struct of appropriate size
Trait Implementations
impl<T: Clone, U: Clone> Clone for GenericArrayImplOdd<T, U>[src]
fn clone(&self) -> GenericArrayImplOdd<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