Struct wasmtime_environ::BuiltinFunctionIndex [−][src]
pub struct BuiltinFunctionIndex(_);
An index type for builtin functions.
Implementations
impl BuiltinFunctionIndex
[src]
impl BuiltinFunctionIndex
[src]impl BuiltinFunctionIndex
[src]
impl BuiltinFunctionIndex
[src]pub const fn memory32_grow() -> Self
[src]
Returns an index for wasm’s memory.grow
builtin function.
pub const fn imported_memory32_grow() -> Self
[src]
Returns an index for wasm’s imported memory.grow
builtin function.
pub const fn memory32_size() -> Self
[src]
Returns an index for wasm’s memory.size
builtin function.
pub const fn imported_memory32_size() -> Self
[src]
Returns an index for wasm’s imported memory.size
builtin function.
pub const fn table_copy() -> Self
[src]
Returns an index for wasm’s table.copy
when both tables are locally
defined.
pub const fn table_init() -> Self
[src]
Returns an index for wasm’s table.init
.
pub const fn elem_drop() -> Self
[src]
Returns an index for wasm’s elem.drop
.
pub const fn memory_copy() -> Self
[src]
Returns an index for wasm’s memory.copy
pub const fn memory_fill() -> Self
[src]
Returns an index for wasm’s memory.fill
for locally defined memories.
pub const fn imported_memory_fill() -> Self
[src]
Returns an index for wasm’s memory.fill
for imported memories.
pub const fn memory_init() -> Self
[src]
Returns an index for wasm’s memory.init
instruction.
pub const fn data_drop() -> Self
[src]
Returns an index for wasm’s data.drop
instruction.
pub const fn table_grow_funcref() -> Self
[src]
Returns an index for Wasm’s table.grow
instruction for funcref
s.
pub const fn table_grow_externref() -> Self
[src]
Returns an index for Wasm’s table.grow
instruction for externref
s.
pub const fn table_fill_externref() -> Self
[src]
Returns an index for Wasm’s table.fill
instruction for externref
s.
pub const fn table_fill_funcref() -> Self
[src]
Returns an index for Wasm’s table.fill
instruction for funcref
s.
pub const fn drop_externref() -> Self
[src]
Returns an index to drop a VMExternRef
.
pub const fn activations_table_insert_with_gc() -> Self
[src]
Returns an index to do a GC and then insert a VMExternRef
into the
VMExternRefActivationsTable
.
pub const fn externref_global_get() -> Self
[src]
Returns an index for Wasm’s global.get
instruction for externref
s.
pub const fn externref_global_set() -> Self
[src]
Returns an index for Wasm’s global.get
instruction for externref
s.
pub const fn builtin_functions_total_number() -> u32
[src]
Returns the total number of builtin functions.
Trait Implementations
impl Clone for BuiltinFunctionIndex
[src]
impl Clone for BuiltinFunctionIndex
[src]