GenericArrayImplOdd

Struct GenericArrayImplOdd 

Source
#[doc(hidden)] pub struct GenericArrayImplOdd<T, U> { /* private fields */ }
Expand description

Internal type used to generate a struct of appropriate size

Trait Implementations§

Source§

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

Source§

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

Returns a duplicate of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

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