Skip to main content

wasmtime_structref_set_field

Function wasmtime_structref_set_field 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_structref_set_field( cx: WasmtimeStoreContextMut<'_>, structref: Option<&wasmtime_structref_t>, index: usize, val: &wasmtime_val_t, ) -> Option<Box<wasmtime_error_t>>