nk_plugin_paste

Type Alias nk_plugin_paste 

Source
pub type nk_plugin_paste = Option<unsafe extern "C" fn(arg1: nk_handle, arg2: *mut nk_text_edit)>;

Aliased Type§

pub enum nk_plugin_paste {
    None,
    Some(unsafe extern "C" fn(nk_handle, *mut nk_text_edit)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(nk_handle, *mut nk_text_edit))

Some value of type T.