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§
Trait Implementations§
source§impl Clone for StartedWith
impl Clone for StartedWith
source§fn clone(&self) -> StartedWith
fn clone(&self) -> StartedWith
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more