Type Alias magick_rust::bindings::OptionInfo

source ·
pub type OptionInfo = _OptionInfo;

Aliased Type§

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

Trait Implementations

source§

impl Clone for _OptionInfo

source§

fn clone(&self) -> _OptionInfo

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _OptionInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for _OptionInfo

source§

fn eq(&self, other: &_OptionInfo) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for _OptionInfo

source§

impl Eq for _OptionInfo

source§

impl StructuralPartialEq for _OptionInfo