pub type LocaleInfo = _LocaleInfo;Aliased Type§
#[repr(C)]pub 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