Type Alias nk_plugin_copy

Source
pub type nk_plugin_copy = Option<unsafe extern "C" fn(arg1: nk_handle, arg2: *const c_char, len: c_int)>;

Aliased Type§

pub enum nk_plugin_copy {
    None,
    Some(unsafe extern "C" fn(nk_handle, *const i8, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(nk_handle, *const i8, i32))

Some value of type T.