Struct web_assembler::FunctionBody [] [src]

pub struct FunctionBody {
    pub locals: Vec<LocalEntry>,
    pub code: Code,
}

Fields

Methods

impl FunctionBody
[src]

[src]

Trait Implementations

impl Debug for FunctionBody
[src]

[src]

Formats the value using the given formatter.

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 Dump for FunctionBody
[src]

[src]