Type Alias magick_rust::bindings::MagickCommand

source ·
pub type MagickCommand = Option<unsafe extern "C" fn(arg1: *mut ImageInfo, arg2: c_int, arg3: *mut *mut c_char, arg4: *mut *mut c_char, arg5: *mut ExceptionInfo) -> MagickBooleanType>;

Aliased Type§

enum MagickCommand {
    None,
    Some(unsafe extern "C" fn(_: *mut _ImageInfo, _: i32, _: *mut *mut i8, _: *mut *mut i8, _: *mut _ExceptionInfo) -> MagickBooleanType),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _ImageInfo, _: i32, _: *mut *mut i8, _: *mut *mut i8, _: *mut _ExceptionInfo) -> MagickBooleanType)

Some value of type T.