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

pub struct Func {
    pub argc: u32,
    pub local_slots: Vec<u8>,
    pub captured: Value,
    pub current_depth: u32,
    pub code_bytes: Vec<u8>,
    pub code_log: Vec<String>,
    pub loop_point: u32,
    pub recur_targets: Vec<u32>,
    pub loop_terminals: Vec<u32>,
    pub try_point: u32,
    pub try_pinned: Value,
}

Fields

argc: u32local_slots: Vec<u8>captured: Valuecurrent_depth: u32code_bytes: Vec<u8>code_log: Vec<String>loop_point: u32recur_targets: Vec<u32>loop_terminals: Vec<u32>try_point: u32try_pinned: Value

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.