Type Alias mbCreateViewCallback

Source
pub type mbCreateViewCallback = Option<unsafe extern "stdcall" fn(webView: mbWebView, param: *mut c_void, navigationType: mbNavigationType, url: *const utf8, windowFeatures: *const mbWindowFeatures) -> mbWebView>;

Aliased Type§

enum mbCreateViewCallback {
    None,
    Some(unsafe extern "stdcall" fn(isize, *mut c_void, i32, *const i8, *const mbWindowFeatures) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "stdcall" fn(isize, *mut c_void, i32, *const i8, *const mbWindowFeatures) -> isize)

Some value of type T.