Enum jpeg_decoder::PixelFormat [−][src]
pub enum PixelFormat {
L8,
RGB24,
CMYK32,
}An enumeration over combinations of color spaces and bit depths a pixel can have.
Variants
L8Luminance (grayscale), 8 bits
RGB24RGB, 8 bits per channel
CMYK32CMYK, 8 bits per channel
Trait Implementations
impl Clone for PixelFormat[src]
impl Clone for PixelFormatfn clone(&self) -> PixelFormat[src]
fn clone(&self) -> PixelFormatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for PixelFormat[src]
impl Copy for PixelFormatimpl Debug for PixelFormat[src]
impl Debug for PixelFormatfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PixelFormat[src]
impl PartialEq for PixelFormatAuto Trait Implementations
impl Send for PixelFormat
impl Send for PixelFormatimpl Sync for PixelFormat
impl Sync for PixelFormat