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