Struct Pixels
struct Pixels<'a, I: ?Sized + 'a> { ... }
Immutable pixel iterator
Implementations
impl<'a, I> Freeze for Pixels<'a, I>
impl<'a, I> RefUnwindSafe for Pixels<'a, I>
impl<'a, I> Send for Pixels<'a, I>
impl<'a, I> Sync for Pixels<'a, I>
impl<'a, I> Unpin for Pixels<'a, I>
impl<'a, I> UnsafeUnpin for Pixels<'a, I>
impl<'a, I> UnwindSafe for Pixels<'a, I>
impl<'a, I: $crate::fmt::Debug + ?Sized + 'a> Debug for Pixels<'a, I>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<'data, I> IntoParallelRefMutIterator for Pixels<'a, I>
fn par_iter_mut(self: &'data mut Self) -> <I as IntoParallelRefMutIterator<'data>>::Iter
impl<I> IntoIterator for Pixels<'a, I>
fn into_iter(self: Self) -> I
impl<I> ParallelIterator for Pixels<'a, I>
impl<I: ?Sized> Clone for Pixels<'_, I>
fn clone(self: &Self) -> Self
impl<I: GenericImageView> Iterator for Pixels<'_, I>
fn next(self: &mut Self) -> Option<(u32, u32, <I as >::Pixel)>
impl<IT, A, FromA, B, FromB, C, FromC> MultiUnzip for Pixels<'a, I>
fn multiunzip(self: Self) -> (FromA, FromB, FromC)
impl<T> Any for Pixels<'a, I>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Pixels<'a, I>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Pixels<'a, I>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for Pixels<'a, I>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for Pixels<'a, I>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Itertools for Pixels<'a, I>
impl<T> Pointable for Pixels<'a, I>
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> ToOwned for Pixels<'a, I>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for Pixels<'a, I>
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 Pixels<'a, I>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Pixels<'a, I>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>