#[repr(C, align(16))]pub struct _Unwind_Exception {
pub exception_class: _Unwind_Exception_Class,
pub exception_cleanup: Option<unsafe extern "C" fn(reason: _Unwind_Reason_Code, exc: *mut _Unwind_Exception)>,
pub private_1: usize,
pub private_2: usize,
}
Fields§
§exception_class: _Unwind_Exception_Class
§exception_cleanup: Option<unsafe extern "C" fn(reason: _Unwind_Reason_Code, exc: *mut _Unwind_Exception)>
§private_1: usize
§private_2: usize
Trait Implementations§
Source§impl Clone for _Unwind_Exception
impl Clone for _Unwind_Exception
Source§fn clone(&self) -> _Unwind_Exception
fn clone(&self) -> _Unwind_Exception
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 _Unwind_Exception
impl Debug for _Unwind_Exception
impl Copy for _Unwind_Exception
Auto Trait Implementations§
impl Freeze for _Unwind_Exception
impl RefUnwindSafe for _Unwind_Exception
impl Send for _Unwind_Exception
impl Sync for _Unwind_Exception
impl Unpin for _Unwind_Exception
impl UnwindSafe for _Unwind_Exception
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