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
impl Clone for _OptionInfo
source§fn clone(&self) -> _OptionInfo
fn clone(&self) -> _OptionInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _OptionInfo
impl Debug for _OptionInfo
source§impl PartialEq for _OptionInfo
impl PartialEq for _OptionInfo
source§fn eq(&self, other: &_OptionInfo) -> bool
fn eq(&self, other: &_OptionInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.