Struct wasm3_sys::M3Runtime[][src]

#[repr(C)]
pub struct M3Runtime {
Show 18 fields pub compilation: M3Compilation, pub environment: IM3Environment, pub pagesOpen: *mut M3CodePage, pub pagesFull: *mut M3CodePage, pub numCodePages: u32_, pub numActiveCodePages: u32_, pub modules: IM3Module, pub stack: *mut c_void, pub stackSize: u32_, pub numStackSlots: u32_, pub argc: u32_, pub argv: *mut ccstr_t, pub runtimeError: M3Result, pub memory: M3Memory, pub memoryLimit: u32_, pub error: M3ErrorInfo, pub error_message: [c_char; 256], pub exit_code: i32_,
}

Fields

compilation: M3Compilationenvironment: IM3EnvironmentpagesOpen: *mut M3CodePagepagesFull: *mut M3CodePagenumCodePages: u32_numActiveCodePages: u32_modules: IM3Modulestack: *mut c_voidstackSize: u32_numStackSlots: u32_argc: u32_argv: *mut ccstr_truntimeError: M3Resultmemory: M3MemorymemoryLimit: u32_error: M3ErrorInfoerror_message: [c_char; 256]exit_code: i32_

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.