Type Alias TransferWandViewMethod

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

Aliased Type§

pub enum TransferWandViewMethod {
    None,
    Some(unsafe extern "C" fn(*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, *mut _WandView, isize, i32, *mut c_void) -> MagickBooleanType)

Some value of type T.