Type Alias CoderInfo

Source
pub type CoderInfo = _CoderInfo;

Aliased Type§

#[repr(C)]
pub struct CoderInfo { pub path: *mut i8, pub magick: *mut i8, pub name: *mut i8, pub exempt: MagickBooleanType, pub stealth: MagickBooleanType, pub signature: usize, }

Fields§

§path: *mut i8§magick: *mut i8§name: *mut i8§exempt: MagickBooleanType§stealth: MagickBooleanType§signature: usize