Struct pr47::vm::al31f::compiled::CompiledProgram[][src]

pub struct CompiledProgram<A: Alloc> {
    pub code: Box<[Insc]>,
    pub const_pool: Box<[Value]>,
    pub init_proc: usize,
    pub functions: Box<[CompiledFunction]>,
    pub ffi_funcs: Box<[Box<dyn FFIFunction<Combustor<A>>>]>,
    pub async_ffi_funcs: Box<[Box<dyn FFIAsyncFunction<AsyncCombustor<A>>>]>,
}

Fields

code: Box<[Insc]>const_pool: Box<[Value]>init_proc: usizefunctions: Box<[CompiledFunction]>ffi_funcs: Box<[Box<dyn FFIFunction<Combustor<A>>>]>async_ffi_funcs: Box<[Box<dyn FFIAsyncFunction<AsyncCombustor<A>>>]>

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.