Struct mozjpeg_sys::jpeg_error_mgr [] [src]

#[repr(C)]
pub struct jpeg_error_mgr { pub error_exit: Option<extern "C" fn(_: &mut jpeg_common_struct)>, pub emit_message: Option<extern "C" fn(_: &mut jpeg_common_struct, _: c_int)>, pub output_message: Option<extern "C" fn(_: &mut jpeg_common_struct)>, pub format_message: Option<extern "C" fn(_: &mut jpeg_common_struct, _: &[u8; 80])>, pub reset_error_mgr: Option<extern "C" fn(_: &mut jpeg_common_struct)>, pub msg_code: c_int, pub msg_parm: msg_parm_union, pub trace_level: c_int, pub num_warnings: c_long, pub jpeg_message_table: *const *const i8, pub last_jpeg_message: c_int, pub addon_message_table: *const *const i8, pub first_addon_message: c_int, pub last_addon_message: c_int, }

Error handler object

Fields

Error exit handler: does not return to caller