Struct parity_wasm::elements::FuncBody [] [src]

pub struct FuncBody { /* fields omitted */ }

Function body definition.

Methods

impl FuncBody
[src]

[src]

New function body with given locals and opcodes

[src]

List of individual opcodes

[src]

Locals declared in function body.

[src]

Opcode sequence of the function body. Minimal opcode sequence is just &[Opcode::End]

[src]

Locals declared in function body (mutable).

[src]

Opcode sequence of the function body (mutable).

Trait Implementations

impl Debug for FuncBody
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FuncBody
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FuncBody
[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 FuncBody
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for FuncBody
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for FuncBody

impl Sync for FuncBody