Struct jpeg_decoder::ImageInfo
[−]
[src]
pub struct ImageInfo { pub width: u16, pub height: u16, pub pixel_format: PixelFormat, }
Fields
width | |
height | |
pixel_format |
pub struct ImageInfo { pub width: u16, pub height: u16, pub pixel_format: PixelFormat, }
width | |
height | |
pixel_format |
impl PartialEq for ImageInfo
impl Debug for ImageInfo
impl Copy for ImageInfo
impl Clone for ImageInfo
fn clone(&self) -> ImageInfo
fn clone_from(&mut self, source: &Self)