Struct luminance::pixel::RGB8UI[][src]

pub struct RGB8UI;

A red, green and blue 8-bit unsigned integral pixel format.

Trait Implementations

impl Clone for RGB8UI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RGB8UI
[src]

impl Debug for RGB8UI
[src]

Formats the value using the given formatter. Read more

impl Pixel for RGB8UI
[src]

Encoding of a single pixel. It should match the PixelFormat mapping.

Raw encoding of a single pixel; i.e. that is, encoding of underlying values in contiguous texture memory. It should be match the PixelFormat mapping. Read more

Reify to PixelFormat.

impl ColorPixel for RGB8UI
[src]

impl RenderablePixel for RGB8UI
[src]

Auto Trait Implementations

impl Send for RGB8UI

impl Sync for RGB8UI