pub type alljoyn_buslistener_bus_prop_changed_ptr = Option<unsafe extern "system" fn(context: *const c_void, prop_name: PCSTR, prop_value: alljoyn_msgarg)>;

Aliased Type§

enum alljoyn_buslistener_bus_prop_changed_ptr {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: PCSTR, _: alljoyn_msgarg)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: PCSTR, _: alljoyn_msgarg))

Some value of type T.