Struct mozjpeg_sys::jpeg_scan_info[][src]

#[repr(C)]
pub struct jpeg_scan_info { pub comps_in_scan: c_int, pub component_index: [c_int; 4], pub Ss: c_int, pub Se: c_int, pub Ah: c_int, pub Al: c_int, }

Fields

Trait Implementations

impl Copy for jpeg_scan_info
[src]

impl Clone for jpeg_scan_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for jpeg_scan_info
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations