Type Alias DuplexTransferWandViewMethod

Source
pub type DuplexTransferWandViewMethod = Option<unsafe extern "C" fn(arg1: *const WandView, arg2: *const WandView, arg3: *mut WandView, arg4: isize, arg5: c_int, arg6: *mut c_void) -> MagickBooleanType>;

Aliased Type§

pub enum DuplexTransferWandViewMethod {
    None,
    Some(unsafe extern "C" fn(*const _WandView, *const _WandView, *mut _WandView, isize, i32, *mut c_void) -> MagickBooleanType),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _WandView, *const _WandView, *mut _WandView, isize, i32, *mut c_void) -> MagickBooleanType)

Some value of type T.