Struct magick_rust::bindings::_ExceptionInfo
source · #[repr(C)]pub struct _ExceptionInfo {
pub severity: ExceptionType,
pub error_number: c_int,
pub reason: *mut c_char,
pub description: *mut c_char,
pub exceptions: *mut c_void,
pub relinquish: MagickBooleanType,
pub semaphore: *mut SemaphoreInfo,
pub signature: usize,
}
Fields§
§severity: ExceptionType
§error_number: c_int
§reason: *mut c_char
§description: *mut c_char
§exceptions: *mut c_void
§relinquish: MagickBooleanType
§semaphore: *mut SemaphoreInfo
§signature: usize
Trait Implementations§
source§impl Clone for _ExceptionInfo
impl Clone for _ExceptionInfo
source§fn clone(&self) -> _ExceptionInfo
fn clone(&self) -> _ExceptionInfo
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 _ExceptionInfo
impl Debug for _ExceptionInfo
source§impl PartialEq for _ExceptionInfo
impl PartialEq for _ExceptionInfo
source§fn eq(&self, other: &_ExceptionInfo) -> bool
fn eq(&self, other: &_ExceptionInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _ExceptionInfo
impl Eq for _ExceptionInfo
impl StructuralPartialEq for _ExceptionInfo
Auto Trait Implementations§
impl Freeze for _ExceptionInfo
impl RefUnwindSafe for _ExceptionInfo
impl !Send for _ExceptionInfo
impl !Sync for _ExceptionInfo
impl Unpin for _ExceptionInfo
impl UnwindSafe for _ExceptionInfo
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
)