Struct luminance::pixel::R32F[][src]

pub struct R32F;

A red 32-bit floating pixel format.

Trait Implementations

impl Clone for R32F
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for R32F
[src]

impl Debug for R32F
[src]

Formats the value using the given formatter. Read more

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

impl RenderablePixel for R32F
[src]

Auto Trait Implementations

impl Send for R32F

impl Sync for R32F