Struct luminance::pixel::RG8I[][src]

pub struct RG8I;

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

Trait Implementations

impl Clone for RG8I
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RG8I
[src]

impl Debug for RG8I
[src]

Formats the value using the given formatter. Read more

impl Pixel for RG8I
[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 RG8I
[src]

impl RenderablePixel for RG8I
[src]

Auto Trait Implementations

impl Send for RG8I

impl Sync for RG8I