pub type OptionInfo = _OptionInfo;Aliased Type§
#[repr(C)]pub struct OptionInfo {
pub mnemonic: *const i8,
pub type_: isize,
pub flags: isize,
pub stealth: MagickBooleanType,
}Fields§
§mnemonic: *const i8§type_: isize§flags: isize§stealth: MagickBooleanType