Trait machine_vision_formats::pixel_format::PixelFormat[][src]

pub trait PixelFormat: Any + Clone { }
Expand description

Implementations of this trait describe the format of raw image data.

Note that when const generics for custom types are introduced to the rust compiler, we intend to switch PixelFormat to use that feature.

Implementors