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

pub struct CompiledFunction {
    pub start_addr: usize,
    pub arg_count: usize,
    pub ret_count: usize,
    pub stack_size: usize,
    pub param_tyck_info: Box<[Option<NonNull<TyckInfo>>]>,
    pub exc_handlers: Option<Box<[ExceptionHandlingBlock]>>,
}

Fields

start_addr: usizearg_count: usizeret_count: usizestack_size: usizeparam_tyck_info: Box<[Option<NonNull<TyckInfo>>]>exc_handlers: Option<Box<[ExceptionHandlingBlock]>>

Implementations

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.