Struct luminance::pixel::Depth32F [] [src]

pub struct Depth32F;

A depth 32-bit floating pixel format.

Trait Implementations

impl Debug for Depth32F
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for Depth32F
[src]

impl Clone for Depth32F
[src]

fn clone(&self) -> Depth32F

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Pixel for Depth32F
[src]

type Encoding = f32

Encoding of a single pixel. It should match the PixelFormat mapping.

fn pixel_format() -> PixelFormat