Type Alias DitherW

Source
pub type DitherW<'a, REG> = BitWriter<'a, REG>;
Expand description

Field DITHER writer - Dithering Mode

Aliased Typeยง

struct DitherW<'a, REG> { /* private fields */ }