Type Definition imgref::ImgRefMut[][src]

type ImgRefMut<'a, Pixel> = Img<&'a mut [Pixel]>;

Same as ImgRef, but mutable Pass this structure by value (i.e. ImgRef, not &ImgRef).

Methods

impl<'a, T> ImgRefMut<'a, T>
[src]

Important traits for RowsIter<'a, T>

Important traits for RowsIterMut<'a, T>