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
impl Clone for _DelegateInfo
source§fn clone(&self) -> _DelegateInfo
fn clone(&self) -> _DelegateInfo
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 _DelegateInfo
impl Debug for _DelegateInfo
source§impl PartialEq for _DelegateInfo
impl PartialEq for _DelegateInfo
source§fn eq(&self, other: &_DelegateInfo) -> bool
fn eq(&self, other: &_DelegateInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.