PhidgetDictionary_OnRemoveCallback

Type Alias PhidgetDictionary_OnRemoveCallback 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.