Struct EnumerateRowsMut
pub struct EnumerateRowsMut<'a, P: Pixel + 'a>
where
<P as Pixel>::Subpixel: 'a, { /* private fields */ }
Enumerate the rows of an image.
Trait Implementations
impl<'a, P: Pixel + 'a> ExactSizeIterator for EnumerateRowsMut<'a, P>
where
P::Subpixel: 'a,
fn len(&self) -> usize
impl<'a, P: Pixel + 'a> Iterator for EnumerateRowsMut<'a, P>
where
P::Subpixel: 'a,
type Item = (u32, EnumeratePixelsMut<'a, P>);fn next(&mut self) -> Option<(u32, EnumeratePixelsMut<'a, P>)>fn size_hint(&self) -> (usize, Option<usize>)
impl<P: Pixel> Debug for EnumerateRowsMut<'_, P>
where
P::Subpixel: Debug,
fn fmt(&self, f: &mut Formatter<'_>) -> Result
Auto Trait Implementations
impl<'a, P> !UnwindSafe for EnumerateRowsMut<'a, P>
impl<'a, P> Freeze for EnumerateRowsMut<'a, P>
where
RowsMut<'a, P>: Freeze,
impl<'a, P> RefUnwindSafe for EnumerateRowsMut<'a, P>
where
RowsMut<'a, P>: RefUnwindSafe,
impl<'a, P> Send for EnumerateRowsMut<'a, P>
where
RowsMut<'a, P>: Send,
impl<'a, P> Sync for EnumerateRowsMut<'a, P>
where
RowsMut<'a, P>: Sync,
impl<'a, P> Unpin for EnumerateRowsMut<'a, P>
where
RowsMut<'a, P>: Unpin,
impl<'a, P> UnsafeUnpin for EnumerateRowsMut<'a, P>
where
RowsMut<'a, P>: UnsafeUnpin,
Blanket Implementations
impl<I> IntoIterator for EnumerateRowsMut<'a, P>
where
I: Iterator,
type Item = <I as Iterator>::Item;type IntoIter = I;fn into_iter(self) -> I
impl<IT, A, FromA, B, FromB> MultiUnzip<(FromA, FromB)> for EnumerateRowsMut<'a, P>
where
IT: Iterator<Item = (A, B)>,
FromA: Default + Extend<A>,
FromB: Default + Extend<B>,
fn multiunzip(self) -> (FromA, FromB)
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for EnumerateRowsMut<'a, P>
where
ST: ?Sized,
DT: ?Sized,
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for EnumerateRowsMut<'a, P>
where
ST: ?Sized,
DT: ?Sized,
impl<T> Any for EnumerateRowsMut<'a, P>
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for EnumerateRowsMut<'a, P>
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for EnumerateRowsMut<'a, P>
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> From<T> for EnumerateRowsMut<'a, P>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> IntoEither for EnumerateRowsMut<'a, P>
impl<T> Itertools for EnumerateRowsMut<'a, P>
where
T: Iterator + ?Sized,
impl<T> ParallelBridge for EnumerateRowsMut<'a, P>
where
T: Iterator + Send,
<T as Iterator>::Item: Send,
fn par_bridge(self) -> IterBridge<T>
impl<T> Pointable for EnumerateRowsMut<'a, P>
const ALIGN: usize = _;type Init = T;unsafe fn init(init: <T as Pointable>::Init) -> usizeunsafe fn deref<'a>(ptr: usize) -> &'a Tunsafe fn deref_mut<'a>(ptr: usize) -> &'a mut Tunsafe fn drop(ptr: usize)
impl<T> Read<Exclusive, BecauseExclusive> for EnumerateRowsMut<'a, P>
where
T: ?Sized,
impl<T, U> Into<U> for EnumerateRowsMut<'a, P>
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for EnumerateRowsMut<'a, P>
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for EnumerateRowsMut<'a, P>
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>