Struct parity_wasm::elements::Instructions
source · [−]pub struct Instructions(_);
Expand description
List of instructions (usually inside a block section).
Implementations
New list of instructions from vector of instructions.
List of individual instructions.
Individual instructions, mutable.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Instructions
impl Send for Instructions
impl Sync for Instructions
impl Unpin for Instructions
impl UnwindSafe for Instructions
Blanket Implementations
Mutably borrows from an owned value. Read more