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_ErrCode
data: *const c_void
alloc_message: Option<unsafe extern "C" fn(code: cbw_ErrCode, data: *const c_void) -> *mut c_char>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cbw_Err
impl UnwindSafe for cbw_Err
Blanket Implementations
Mutably borrows from an owned value. Read more