Struct luminance::pixel::RG16UI[][src]

pub struct RG16UI;

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

Trait Implementations

impl Clone for RG16UI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RG16UI
[src]

impl Debug for RG16UI
[src]

Formats the value using the given formatter. Read more

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

impl RenderablePixel for RG16UI
[src]

Auto Trait Implementations

impl Send for RG16UI

impl Sync for RG16UI