pub type DelegateInfo = _DelegateInfo;Aliased Type§
#[repr(C)]pub struct DelegateInfo {
pub path: *mut i8,
pub decode: *mut i8,
pub encode: *mut i8,
pub commands: *mut i8,
pub mode: isize,
pub thread_support: MagickBooleanType,
pub spawn: MagickBooleanType,
pub stealth: MagickBooleanType,
pub semaphore: *mut SemaphoreInfo,
pub signature: usize,
}Fields§
§path: *mut i8§decode: *mut i8§encode: *mut i8§commands: *mut i8§mode: isize§thread_support: MagickBooleanType§spawn: MagickBooleanType§stealth: MagickBooleanType§semaphore: *mut SemaphoreInfo§signature: usize