Skip to main content

pxs_objectset

Function pxs_objectset 

Source
#[unsafe(no_mangle)]
pub extern "C" fn pxs_objectset( runtime: pxs_VarT, obj: pxs_VarT, key: *const c_char, value: pxs_VarT, ) -> bool
Expand description

Call a objects setter.

value ownership is transfered.