Type Alias magick_rust::bindings::LocaleInfo

source ·
pub type LocaleInfo = _LocaleInfo;

Aliased Type§

struct LocaleInfo {
    pub path: *mut i8,
    pub tag: *mut i8,
    pub message: *mut i8,
    pub stealth: MagickBooleanType,
    pub signature: usize,
}

Fields§

§path: *mut i8§tag: *mut i8§message: *mut i8§stealth: MagickBooleanType§signature: usize