#[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 duplicate 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
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