[][src]Struct lc3tools_sys::root::std::__exception_ptr::exception_ptr

#[repr(C)]pub struct exception_ptr {
    pub _M_exception_object: *mut c_void,
}

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.