pub type ULCreateChildViewCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, caller: ULView, opener_url: ULString, target_url: ULString, is_popup: bool, popup_rect: ULIntRect) -> ULView>;

Aliased Type§

enum ULCreateChildViewCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut C_View, _: *mut C_String, _: *mut C_String, _: bool, _: ULIntRect) -> *mut C_View),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut C_View, _: *mut C_String, _: *mut C_String, _: bool, _: ULIntRect) -> *mut C_View)

Some value of type T.