Type Alias 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§

pub 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.