Struct PixelsMut
struct PixelsMut<'a, P: Pixel + 'a> { ... }
where
<P as >::Subpixel: 'a
Iterate over mutable pixel refs.
Implementations
impl<'a, P> Freeze for PixelsMut<'a, P>
impl<'a, P> RefUnwindSafe for PixelsMut<'a, P>
impl<'a, P> Send for PixelsMut<'a, P>
impl<'a, P> Sync for PixelsMut<'a, P>
impl<'a, P> Unpin for PixelsMut<'a, P>
impl<'a, P> UnsafeUnpin for PixelsMut<'a, P>
impl<'a, P> UnwindSafe for PixelsMut<'a, P>
impl<'a, P: Pixel + 'a> DoubleEndedIterator for PixelsMut<'a, P>
fn next_back(self: &mut Self) -> Option<&'a mut P>
impl<'a, P: Pixel + 'a> ExactSizeIterator for PixelsMut<'a, P>
fn len(self: &Self) -> usize
impl<'a, P: Pixel + 'a> Iterator for PixelsMut<'a, P>
fn next(self: &mut Self) -> Option<&'a mut P>fn size_hint(self: &Self) -> (usize, Option<usize>)
impl<'data, I> IntoParallelRefMutIterator for PixelsMut<'a, P>
fn par_iter_mut(self: &'data mut Self) -> <I as IntoParallelRefMutIterator<'data>>::Iter
impl<I> IntoIterator for PixelsMut<'a, P>
fn into_iter(self: Self) -> I
impl<I> ParallelIterator for PixelsMut<'a, P>
impl<P: Pixel> Debug for PixelsMut<'_, P>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<T> Any for PixelsMut<'a, P>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for PixelsMut<'a, P>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for PixelsMut<'a, P>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for PixelsMut<'a, P>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Itertools for PixelsMut<'a, P>
impl<T> Pointable for PixelsMut<'a, P>
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, U> Into for PixelsMut<'a, P>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for PixelsMut<'a, P>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for PixelsMut<'a, P>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>