Struct wasm3_sys::M3Function[][src]

#[repr(C)]
pub struct M3Function {
Show 14 fields pub module: *mut M3Module, pub import: M3ImportInfo, pub wasm: bytes_t, pub wasmEnd: bytes_t, pub name: cstr_t, pub funcType: IM3FuncType, pub compiled: pc_t, pub maxStackSlots: u16_, pub numArgSlots: u16_, pub numLocals: u16_, pub numLocalBytes: u16_, pub constants: *mut c_void, pub numConstantBytes: u16_, pub ownsWasmCode: bool,
}

Fields

module: *mut M3Moduleimport: M3ImportInfowasm: bytes_twasmEnd: bytes_tname: cstr_tfuncType: IM3FuncTypecompiled: pc_tmaxStackSlots: u16_numArgSlots: u16_numLocals: u16_numLocalBytes: u16_constants: *mut c_voidnumConstantBytes: u16_ownsWasmCode: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.