EncoderHandler

Type Alias EncoderHandler 

Source
pub type EncoderHandler = Option<unsafe extern "C" fn(arg1: *const ImageInfo, arg2: *mut Image) -> c_uint>;

Aliased Type§

pub enum EncoderHandler {
    None,
    Some(unsafe extern "C" fn(*const _ImageInfo, *mut _Image) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _ImageInfo, *mut _Image) -> u32)

Some value of type T.