Enum jpeg_decoder::PixelFormat [] [src]

pub enum PixelFormat {
    L8,
    RGB24,
    CMYK32,
}

Variants

L8
RGB24
CMYK32

Trait Implementations

Derived Implementations

impl PartialEq for PixelFormat

fn eq(&self, __arg_0: &PixelFormat) -> bool

1.0.0fn ne(&self, other: &Rhs) -> bool

impl Debug for PixelFormat

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

impl Copy for PixelFormat

impl Clone for PixelFormat

fn clone(&self) -> PixelFormat

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