Struct wasm_core::module::Function
[−]
[src]
pub struct Function { pub name: Option<String>, pub typeidx: u32, pub locals: Vec<ValType>, pub body: FunctionBody, }
Fields
name: Option<String>
typeidx: u32
locals: Vec<ValType>
body: FunctionBody
Trait Implementations
impl Clone for Function
[src]
fn clone(&self) -> Function
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more