#[repr(C)]pub struct exception_handler_args {
pub usr: *mut c_void,
pub chid: chanId,
pub type_: c_long,
pub count: c_long,
pub addr: *mut c_void,
pub stat: c_long,
pub op: c_long,
pub ctx: *const c_char,
pub pFile: *const c_char,
pub lineNo: c_uint,
}Fields§
§usr: *mut c_void§chid: chanId§type_: c_long§count: c_long§addr: *mut c_void§stat: c_long§op: c_long§ctx: *const c_char§pFile: *const c_char§lineNo: c_uintTrait Implementations§
Source§impl Clone for exception_handler_args
impl Clone for exception_handler_args
Source§fn clone(&self) -> exception_handler_args
fn clone(&self) -> exception_handler_args
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 exception_handler_args
impl Debug for exception_handler_args
impl Copy for exception_handler_args
Auto Trait Implementations§
impl Freeze for exception_handler_args
impl RefUnwindSafe for exception_handler_args
impl !Send for exception_handler_args
impl !Sync for exception_handler_args
impl Unpin for exception_handler_args
impl UnwindSafe for exception_handler_args
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