Struct luminance::pixel::RG8UI [] [src]

pub struct RG8UI;

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

Trait Implementations

impl Clone for RG8UI
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RG8UI
[src]

impl Debug for RG8UI
[src]

[src]

Formats the value using the given formatter.

impl Pixel for RG8UI
[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

[src]

Reify to PixelFormat.

impl ColorPixel for RG8UI
[src]

impl RenderablePixel for RG8UI
[src]