Struct wasm_core::module::Function [] [src]

pub struct Function {
    pub name: Option<String>,
    pub typeidx: u32,
    pub locals: Vec<ValType>,
    pub body: FunctionBody,
}

Fields

Trait Implementations

impl Clone for Function
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Function
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Function

impl Sync for Function