Enum wasmer_runtime_core_fl::codegen::InternalEvent[][src]

pub enum InternalEvent {
    FunctionBegin(u32),
    FunctionEnd,
    Breakpoint(BreakpointHandler),
    SetInternal(u32),
    GetInternal(u32),
}
Expand description

Kinds of InternalEvents created during parsing.

Variants

FunctionBegin

A function parse is about to begin.

Tuple Fields of FunctionBegin

0: u32
FunctionEnd

A function parsing has just completed.

Breakpoint

A breakpoint emitted during parsing.

Tuple Fields of Breakpoint

0: BreakpointHandler
SetInternal

Indicates setting an internal field.

Tuple Fields of SetInternal

0: u32
GetInternal

Indicates getting an internal field.

Tuple Fields of GetInternal

0: u32

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.

Should always be Self

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.