Struct parity_wasm::elements::InitExpr
source · [−]pub struct InitExpr(_);
Expand description
Initialization expression.
Implementations
New initialization expression from instruction list.
code
must end with the Instruction::End
instruction!
List of instructions used in the expression.
List of instructions used in the expression.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InitExpr
impl UnwindSafe for InitExpr
Blanket Implementations
Mutably borrows from an owned value. Read more