pub type TransferImageViewMethod = Option<unsafe extern "C" fn(arg1: *const ImageView, arg2: *mut ImageView, arg3: isize, arg4: c_int, arg5: *mut c_void) -> MagickBooleanType>;
Aliased Type§
pub enum TransferImageViewMethod {
None,
Some(unsafe extern "C" fn(*const _ImageView, *mut _ImageView, isize, i32, *mut c_void) -> MagickBooleanType),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*const _ImageView, *mut _ImageView, isize, i32, *mut c_void) -> MagickBooleanType)
Some value of type T
.