#[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 Freeze for UnwindException
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