Type Alias wxd_OnDropText_Callback

Source
pub type wxd_OnDropText_Callback = Option<unsafe extern "C" fn(text: *const c_char, x: c_int, y: c_int, userData: *mut c_void) -> bool>;

Aliased Type§

pub enum wxd_OnDropText_Callback {
    None,
    Some(unsafe extern "C" fn(*const i8, i32, i32, *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, i32, i32, *mut c_void) -> bool)

Some value of type T.