Struct magick_rust::bindings::_DelegateInfo
source · #[repr(C)]pub struct _DelegateInfo {
pub path: *mut c_char,
pub decode: *mut c_char,
pub encode: *mut c_char,
pub commands: *mut c_char,
pub mode: isize,
pub thread_support: MagickBooleanType,
pub spawn: MagickBooleanType,
pub stealth: MagickBooleanType,
pub semaphore: *mut SemaphoreInfo,
pub signature: usize,
}
Fields§
§path: *mut c_char
§decode: *mut c_char
§encode: *mut c_char
§commands: *mut c_char
§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 ==
.impl Copy for _DelegateInfo
impl Eq for _DelegateInfo
impl StructuralPartialEq for _DelegateInfo
Auto Trait Implementations§
impl Freeze for _DelegateInfo
impl RefUnwindSafe for _DelegateInfo
impl !Send for _DelegateInfo
impl !Sync for _DelegateInfo
impl Unpin for _DelegateInfo
impl UnwindSafe for _DelegateInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)