Struct array_math::ConstIterMut
source · pub struct ConstIterMut<'a, T, const LENGTH: usize> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<T, const N: usize> ConstIterator for ConstIterMut<'_, T, N>
impl<T, const N: usize> ConstIterator for ConstIterMut<'_, T, N>
type Item<'a> = &'a mut T where ConstIterMut<'_, T, N>: 'a
fn next<'a>( &'a mut self ) -> Option<<ConstIterMut<'_, T, N> as ConstIterator>::Item<'a>>
Auto Trait Implementations§
impl<'a, T, const LENGTH: usize> RefUnwindSafe for ConstIterMut<'a, T, LENGTH>where
T: RefUnwindSafe,
impl<'a, T, const LENGTH: usize> Send for ConstIterMut<'a, T, LENGTH>where
T: Send,
impl<'a, T, const LENGTH: usize> Sync for ConstIterMut<'a, T, LENGTH>where
T: Sync,
impl<'a, T, const LENGTH: usize> Unpin for ConstIterMut<'a, T, LENGTH>
impl<'a, T, const LENGTH: usize> !UnwindSafe for ConstIterMut<'a, T, LENGTH>
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