Struct jpeg_decoder::ImageInfo [] [src]

pub struct ImageInfo {
    pub width: u16,
    pub height: u16,
    pub pixel_format: PixelFormat,
}

Fields

width
height
pixel_format

Trait Implementations

Derived Implementations

impl PartialEq for ImageInfo

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

fn ne(&self, __arg_0: &ImageInfo) -> bool

impl Debug for ImageInfo

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

impl Copy for ImageInfo

impl Clone for ImageInfo

fn clone(&self) -> ImageInfo

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