Struct luminance::pixel::R16I[][src]

pub struct R16I;

A red 16-bit signed integral pixel format.

Trait Implementations

impl Clone for R16I
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for R16I
[src]

impl Debug for R16I
[src]

Formats the value using the given formatter. Read more

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

impl RenderablePixel for R16I
[src]

Auto Trait Implementations

impl Send for R16I

impl Sync for R16I