pub type jpeg_marker_parser_method = Option<unsafe extern "C-unwind" fn(cinfo: &mut jpeg_decompress_struct) -> boolean>;

Aliased Type§

enum jpeg_marker_parser_method {
    None,
    Some(unsafe extern "C-unwind" fn(_: &mut jpeg_decompress_struct) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: &mut jpeg_decompress_struct) -> i32)

Some value of type T.