[−][src]Struct lc3tools_sys::root::std::__exception_ptr::exception_ptr
Fields
_M_exception_object: *mut c_void
Implementations
impl exception_ptr
[src][−]
pub unsafe fn swap(&mut self, arg1: *mut exception_ptr)
[src]
pub unsafe fn __cxa_exception_type(&self) -> *const type_info
[src]
pub unsafe fn new() -> Self
[src]
pub unsafe fn new1(arg1: *const exception_ptr) -> Self
[src]
pub unsafe fn destruct(&mut self)
[src]
Trait Implementations
impl Debug for exception_ptr
[src][+]
impl Default for exception_ptr
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for exception_ptr
impl !Send for exception_ptr
impl !Sync for exception_ptr
impl Unpin for exception_ptr
impl UnwindSafe for exception_ptr
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,