Struct konst::slice::ArrayChunksRev
source · pub struct ArrayChunksRev<'a, T, const N: usize> { /* private fields */ }
Expand description
Const equivalent of core::iter::Rev<core::slice::ArrayChunks>
Implementations§
Trait Implementations§
source§impl<'a, T, const N: usize> ConstIntoIter for ArrayChunksRev<'a, T, N>
impl<'a, T, const N: usize> ConstIntoIter for ArrayChunksRev<'a, T, N>
§type Kind = IsIteratorKind
type Kind = IsIteratorKind
What kind of type this is: Read more
§type IntoIter = ArrayChunksRev<'a, T, N>
type IntoIter = ArrayChunksRev<'a, T, N>
The iterator that this can be converted into.
Auto Trait Implementations§
impl<'a, T, const N: usize> Freeze for ArrayChunksRev<'a, T, N>
impl<'a, T, const N: usize> RefUnwindSafe for ArrayChunksRev<'a, T, N>where
T: RefUnwindSafe,
impl<'a, T, const N: usize> Send for ArrayChunksRev<'a, T, N>where
T: Sync,
impl<'a, T, const N: usize> Sync for ArrayChunksRev<'a, T, N>where
T: Sync,
impl<'a, T, const N: usize> Unpin for ArrayChunksRev<'a, T, N>
impl<'a, T, const N: usize> UnwindSafe for ArrayChunksRev<'a, T, N>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