ViewMutOfPixel

Type Alias ViewMutOfPixel 

Source
pub type ViewMutOfPixel<'lt, P> = ViewMut<&'lt mut [<P as Pixel>::Subpixel], P>;
Expand description

Type alias for a mutable view based on a pixel’s channels.

Aliased Type§

pub struct ViewMutOfPixel<'lt, P> { /* private fields */ }