Struct parity_wasm::elements::Opcodes [] [src]

pub struct Opcodes(_);

Collection of opcodes (usually inside a block section).

Methods

impl Opcodes
[src]

[src]

New list of opcodes from vector of opcodes.

[src]

Empty expression with only Opcode::End opcode.

[src]

List of individual opcodes.

[src]

Individual opcodes, mutable.

Trait Implementations

impl Debug for Opcodes
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Opcodes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Opcodes
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Deserialize for Opcodes
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for Opcodes
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for Opcodes

impl Sync for Opcodes