Enum jpeg_decoder::PixelFormat
[−]
[src]
pub enum PixelFormat { L8, RGB24, CMYK32, }
Variants
L8 | ||
RGB24 | ||
CMYK32 |
pub enum PixelFormat { L8, RGB24, CMYK32, }
L8 | ||
RGB24 | ||
CMYK32 |
impl PartialEq for PixelFormat
fn eq(&self, __arg_0: &PixelFormat) -> bool
fn ne(&self, other: &Rhs) -> bool
impl Debug for PixelFormat
impl Copy for PixelFormat
impl Clone for PixelFormat
fn clone(&self) -> PixelFormat
fn clone_from(&mut self, source: &Self)