Enum wasmi_validation::func::StartedWith
source · [−]pub enum StartedWith {
Block,
If,
Else,
Loop,
}
Expand description
An opcode that opened the particular frame.
We need that to ensure proper combinations with End
instruction.
Variants
Block
If
Else
Loop
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StartedWith
impl Send for StartedWith
impl Sync for StartedWith
impl Unpin for StartedWith
impl UnwindSafe for StartedWith
Blanket Implementations
Mutably borrows from an owned value. Read more