Struct luminance::pixel::R8UI[][src]

pub struct R8UI;

A red 8-bit unsigned integral pixel format.

Trait Implementations

impl Clone for R8UI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for R8UI
[src]

impl Debug for R8UI
[src]

Formats the value using the given formatter. Read more

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

impl RenderablePixel for R8UI
[src]

Auto Trait Implementations

impl Send for R8UI

impl Sync for R8UI