Type Alias magick_rust::bindings::GetWandViewMethod

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.