Struct wasm3_sys::M3CompilationScope[][src]

#[repr(C)]
pub struct M3CompilationScope { pub outer: *mut M3CompilationScope, pub pc: pc_t, pub patches: IM3BranchPatch, pub depth: i32_, pub initStackIndex: i16_, pub type_: u8_, pub opcode: m3opcode_t, pub isPolymorphic: bool, }

Fields

outer: *mut M3CompilationScopepc: pc_tpatches: IM3BranchPatchdepth: i32_initStackIndex: i16_type_: u8_opcode: m3opcode_tisPolymorphic: 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.