Type Alias magick_rust::bindings::CoderInfo

source ·
pub type CoderInfo = _CoderInfo;

Aliased Type§

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