Struct fress::eval::compile::Context[][src]

pub struct Context {
    pub signatures: Value,
    pub import_v: Value,
    pub imports: Value,
    pub global_v: Value,
    pub globals: Value,
    pub constant_data: Vec<u8>,
    pub vtable: Value,
    pub funcs: Vec<Func>,
    pub curr_func: usize,
}

Fields

signatures: Valueimport_v: Valueimports: Valueglobal_v: Valueglobals: Valueconstant_data: Vec<u8>vtable: Valuefuncs: Vec<Func>curr_func: usize

Trait Implementations

Formats the value using the given formatter. 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.