Type Alias magick_rust::bindings::DelegateInfo

source ·
pub type DelegateInfo = _DelegateInfo;

Aliased Type§

struct DelegateInfo {
    pub path: *mut i8,
    pub decode: *mut i8,
    pub encode: *mut i8,
    pub commands: *mut i8,
    pub mode: isize,
    pub thread_support: MagickBooleanType,
    pub spawn: MagickBooleanType,
    pub stealth: MagickBooleanType,
    pub semaphore: *mut SemaphoreInfo,
    pub signature: usize,
}

Fields§

§path: *mut i8§decode: *mut i8§encode: *mut i8§commands: *mut i8§mode: isize§thread_support: MagickBooleanType§spawn: MagickBooleanType§stealth: MagickBooleanType§semaphore: *mut SemaphoreInfo§signature: usize

Trait Implementations

source§

impl Clone for _DelegateInfo

source§

fn clone(&self) -> _DelegateInfo

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 _DelegateInfo

source§

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

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

impl PartialEq for _DelegateInfo

source§

fn eq(&self, other: &_DelegateInfo) -> 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 _DelegateInfo

source§

impl Eq for _DelegateInfo

source§

impl StructuralPartialEq for _DelegateInfo