pub trait HasRowChunksExactMut<F>: ImageMutStride<F> {
// Required method
fn rowchunks_exact_mut(&mut self) -> RowChunksExactMut<'_> ⓘ;
}
Expand description
An image whose mutable rows can be iterated over.
pub trait HasRowChunksExactMut<F>: ImageMutStride<F> {
// Required method
fn rowchunks_exact_mut(&mut self) -> RowChunksExactMut<'_> ⓘ;
}
An image whose mutable rows can be iterated over.