Skip to main content

pxs_gethost

Function pxs_gethost 

Source
#[unsafe(no_mangle)]
pub extern "C" fn pxs_gethost( runtime: pxs_VarT, var: pxs_VarT, ) -> *mut c_void
Expand description

Get the HostPointer universally supported for:

  • Objects that have _pxs_ptr assigned.
  • Integers (signed and unsigned)
  • HostObjects

All other types will return NULL.