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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Copy, U: Copy> Copy for GenericArrayImplOdd<T, U>
[src]