PhidgetDictionary_OnAddCallback

Type Alias PhidgetDictionary_OnAddCallback 

Source
pub type PhidgetDictionary_OnAddCallback = Option<unsafe extern "C" fn(ch: PhidgetDictionaryHandle, ctx: *mut c_void, key: *const c_char, value: *const c_char)>;

Aliased Type§

pub enum PhidgetDictionary_OnAddCallback {
    None,
    Some(unsafe extern "C" fn(*mut _PhidgetDictionary, *mut c_void, *const i8, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _PhidgetDictionary, *mut c_void, *const i8, *const i8))

Some value of type T.