Struct unwinding::abi::UnwindException
source · #[repr(C)]pub struct UnwindException {
pub exception_class: u64,
pub exception_cleanup: Option<UnwindExceptionCleanupFn>,
/* private fields */
}
Fields§
§exception_class: u64
§exception_cleanup: Option<UnwindExceptionCleanupFn>
Auto Trait Implementations§
impl RefUnwindSafe for UnwindException
impl Send for UnwindException
impl Sync for UnwindException
impl Unpin for UnwindException
impl UnwindSafe for UnwindException
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