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