#[repr(C)]pub struct _ExceptionInfo {
pub severity: ExceptionType,
pub reason: *mut c_char,
pub description: *mut c_char,
pub error_number: c_int,
pub module: *mut c_char,
pub function: *mut c_char,
pub line: c_ulong,
pub signature: c_ulong,
}Fields§
§severity: ExceptionType§reason: *mut c_char§description: *mut c_char§error_number: c_int§module: *mut c_char§function: *mut c_char§line: c_ulong§signature: c_ulongTrait 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
impl Copy 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