Struct browser_window_c::cbw_Err[][src]

#[repr(C)]pub struct cbw_Err {
    pub code: cbw_ErrCode,
    pub data: *const c_void,
    pub alloc_message: Option<unsafe extern "C" fn(code: cbw_ErrCode, data: *const c_void) -> *mut c_char>,
}

Fields

code: cbw_ErrCodedata: *const c_voidalloc_message: Option<unsafe extern "C" fn(code: cbw_ErrCode, data: *const c_void) -> *mut c_char>

Trait Implementations

impl Clone for cbw_Err[src]

impl Copy for cbw_Err[src]

impl Debug for cbw_Err[src]

impl Display for cbw_Err[src]

impl Error for cbw_Err[src]

Auto Trait Implementations

impl RefUnwindSafe for cbw_Err

impl !Send for cbw_Err

impl !Sync for cbw_Err

impl Unpin for cbw_Err

impl UnwindSafe for cbw_Err

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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.