Struct wasm3_sys::M3Compilation[][src]

#[repr(C)]
pub struct M3Compilation {
Show 23 fields pub runtime: IM3Runtime, pub module: IM3Module, pub wasm: bytes_t, pub wasmEnd: bytes_t, pub block: M3CompilationScope, pub function: IM3Function, pub page: IM3CodePage, pub releasedPatches: IM3BranchPatch, pub numEmits: u32_, pub numOpcodes: u32_, pub firstDynamicStackIndex: u16_, pub stackIndex: u16_, pub firstConstSlotIndex: u16_, pub maxConstSlotIndex: u16_, pub firstLocalSlotIndex: u16_, pub firstDynamicSlotIndex: u16_, pub constants: [m3slot_t; 120], pub wasmStack: [u16_; 2000], pub typeStack: [u8_; 2000], pub m3Slots: [u8_; 4000], pub maxAllocatedSlotPlusOne: u16_, pub regStackIndexPlusOne: [u16_; 2], pub previousOpcode: m3opcode_t,
}

Fields

runtime: IM3Runtimemodule: IM3Modulewasm: bytes_twasmEnd: bytes_tblock: M3CompilationScopefunction: IM3Functionpage: IM3CodePagereleasedPatches: IM3BranchPatchnumEmits: u32_numOpcodes: u32_firstDynamicStackIndex: u16_stackIndex: u16_firstConstSlotIndex: u16_maxConstSlotIndex: u16_firstLocalSlotIndex: u16_firstDynamicSlotIndex: u16_constants: [m3slot_t; 120]wasmStack: [u16_; 2000]typeStack: [u8_; 2000]m3Slots: [u8_; 4000]maxAllocatedSlotPlusOne: u16_regStackIndexPlusOne: [u16_; 2]previousOpcode: m3opcode_t

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.