Struct wasm_core::module::FunctionBody [] [src]

pub struct FunctionBody {
    pub opcodes: Vec<Opcode>,
}

Fields

Trait Implementations

impl Clone for FunctionBody
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FunctionBody
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FunctionBody

impl Sync for FunctionBody