pub type ViewMutOfPixel<'lt, P> = ViewMut<&'lt mut [<P as Pixel>::Subpixel], P>;
Type alias for a mutable view based on a pixel’s channels.
pub struct ViewMutOfPixel<'lt, P> { /* private fields */ }