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>
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> StructuralPartialEq for NDim<N, T>
Auto Trait Implementations§
impl<const N: usize, T> Freeze for NDim<N, T>where
T: Freeze,
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