Enum wasmi_validation::func::StartedWith  [−][src]
pub enum StartedWith {
    Block,
    If,
    Else,
    Loop,
}An opcode that opened the particular frame.
We need that to ensure proper combinations with End instruction.
Variants
Trait Implementations
impl Clone for StartedWith[src]
impl Clone for StartedWith[src]fn clone(&self) -> StartedWith[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<StartedWith> for StartedWith[src]
impl PartialEq<StartedWith> for StartedWith[src]