WriteByteHook

Type Alias WriteByteHook 

Source
pub type WriteByteHook = Option<unsafe extern "C" fn(arg1: *mut Image, arg2: magick_uint8_t, info: *mut c_void) -> c_uint>;

Aliased Type§

pub enum WriteByteHook {
    None,
    Some(unsafe extern "C" fn(*mut _Image, u8, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _Image, u8, *mut c_void) -> u32)

Some value of type T.