ULCreateChildViewCallback

Type Alias ULCreateChildViewCallback 

Source
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§

pub 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.