pub struct Arr4<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize>where
T: Default,{ /* private fields */ }
Expand description
Fixed-length 4D array implementation
Implementations§
Source§impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Arr4<T, N1, N2, N3, N4>where
T: Default,
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Arr4<T, N1, N2, N3, N4>where
T: Default,
Trait Implementations§
Source§impl<'a, T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> AsRawMutSlice<'a, T> for Arr4<T, N1, N2, N3, N4>
impl<'a, T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> AsRawMutSlice<'a, T> for Arr4<T, N1, N2, N3, N4>
fn as_raw_mut_slice(&'a mut self) -> ShieldSlice<'a, T>
Source§impl<'a, T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> AsRawSlice<T> for Arr4<T, N1, N2, N3, N4>
impl<'a, T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> AsRawSlice<T> for Arr4<T, N1, N2, N3, N4>
fn as_raw_slice(&self) -> &[T]
Source§impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Clone for Arr4<T, N1, N2, N3, N4>
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Clone for Arr4<T, N1, N2, N3, N4>
Source§impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Debug for Arr4<T, N1, N2, N3, N4>
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Debug for Arr4<T, N1, N2, N3, N4>
Source§impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Index<(usize, usize, usize, usize)> for Arr4<T, N1, N2, N3, N4>where
T: Default,
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Index<(usize, usize, usize, usize)> for Arr4<T, N1, N2, N3, N4>where
T: Default,
Source§impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> IndexMut<(usize, usize, usize, usize)> for Arr4<T, N1, N2, N3, N4>where
T: Default,
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> IndexMut<(usize, usize, usize, usize)> for Arr4<T, N1, N2, N3, N4>where
T: Default,
Source§impl<'data, T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> IntoParallelRefIterator<'data> for Arr4<T, N1, N2, N3, N4>
impl<'data, T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> IntoParallelRefIterator<'data> for Arr4<T, N1, N2, N3, N4>
Source§impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> PartialEq for Arr4<T, N1, N2, N3, N4>
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> PartialEq for Arr4<T, N1, N2, N3, N4>
Source§impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> SliceSize for Arr4<T, N1, N2, N3, N4>
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> SliceSize for Arr4<T, N1, N2, N3, N4>
Source§impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> TryFrom<Vec<Arr3<T, N2, N3, N4>>> for Arr4<T, N1, N2, N3, N4>
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> TryFrom<Vec<Arr3<T, N2, N3, N4>>> for Arr4<T, N1, N2, N3, N4>
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Eq for Arr4<T, N1, N2, N3, N4>
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> StructuralPartialEq for Arr4<T, N1, N2, N3, N4>where
T: Default,
Auto Trait Implementations§
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Freeze for Arr4<T, N1, N2, N3, N4>
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> RefUnwindSafe for Arr4<T, N1, N2, N3, N4>where
T: RefUnwindSafe,
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Send for Arr4<T, N1, N2, N3, N4>where
T: Send,
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Sync for Arr4<T, N1, N2, N3, N4>where
T: Sync,
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> Unpin for Arr4<T, N1, N2, N3, N4>
impl<T, const N1: usize, const N2: usize, const N3: usize, const N4: usize> UnwindSafe for Arr4<T, N1, N2, N3, N4>where
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§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more