Struct generic_array::GenericArrayImplOdd
source · #[repr(C)]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>
impl<T: Clone, U: Clone> Clone for GenericArrayImplOdd<T, U>
source§fn clone(&self) -> GenericArrayImplOdd<T, U>
fn clone(&self) -> GenericArrayImplOdd<T, U>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<T: Copy, U: Copy> Copy for GenericArrayImplOdd<T, U>
Auto Trait Implementations§
impl<T, U> Freeze for GenericArrayImplOdd<T, U>
impl<T, U> RefUnwindSafe for GenericArrayImplOdd<T, U>where
U: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, U> Send for GenericArrayImplOdd<T, U>
impl<T, U> Sync for GenericArrayImplOdd<T, U>
impl<T, U> Unpin for GenericArrayImplOdd<T, U>
impl<T, U> UnwindSafe for GenericArrayImplOdd<T, U>where
U: UnwindSafe,
T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)