Struct array_math::ConstIter
source · pub struct ConstIter<'a, T, const LENGTH: usize> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<T, const N: usize> ConstIterator for ConstIter<'_, T, N>
impl<T, const N: usize> ConstIterator for ConstIter<'_, T, N>
Auto Trait Implementations§
impl<'a, T, const LENGTH: usize> RefUnwindSafe for ConstIter<'a, T, LENGTH>where
T: RefUnwindSafe,
impl<'a, T, const LENGTH: usize> Send for ConstIter<'a, T, LENGTH>where
T: Sync,
impl<'a, T, const LENGTH: usize> Sync for ConstIter<'a, T, LENGTH>where
T: Sync,
impl<'a, T, const LENGTH: usize> Unpin for ConstIter<'a, T, LENGTH>
impl<'a, T, const LENGTH: usize> UnwindSafe for ConstIter<'a, T, LENGTH>where
T: RefUnwindSafe,
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