pub struct NDim<const N: usize, T>(pub [T; N]);Tuple Fields§
§0: [T; N]Implementations§
Trait Implementations§
source§impl<'a, const N: usize, T> IntoIterator for &'a NDim<N, T>
impl<'a, const N: usize, T> IntoIterator for &'a NDim<N, T>
source§impl<const N: usize, T> IntoIterator for NDim<N, T>
impl<const N: usize, T> IntoIterator for NDim<N, T>
source§impl<const N: usize, T: PartialEq> PartialEq<[T; N]> for NDim<N, T>
impl<const N: usize, T: PartialEq> PartialEq<[T; N]> for NDim<N, T>
source§impl<const N: usize, T: PartialEq> PartialEq for NDim<N, T>
impl<const N: usize, T: PartialEq> PartialEq for NDim<N, T>
impl<const N: usize, T: Copy> Copy for NDim<N, T>
impl<const N: usize, T: Eq> Eq for NDim<N, T>
impl<const N: usize, T> StructuralEq for NDim<N, T>
impl<const N: usize, T> StructuralPartialEq for NDim<N, T>
Auto Trait Implementations§
impl<const N: usize, T> RefUnwindSafe for NDim<N, T>where
T: RefUnwindSafe,
impl<const N: usize, T> Send for NDim<N, T>where
T: Send,
impl<const N: usize, T> Sync for NDim<N, T>where
T: Sync,
impl<const N: usize, T> Unpin for NDim<N, T>where
T: Unpin,
impl<const N: usize, T> UnwindSafe for NDim<N, T>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