[][src]Type Definition mss_saliency::ImgRefMut

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

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