Struct web_assembler::FuncType
[−]
[src]
pub struct FuncType { pub params: Vec<ValueType>, pub ret: Option<ValueType>, }
Fields
params: Vec<ValueType>
ret: Option<ValueType>
Trait Implementations
impl Debug for FuncType
[src]
impl Clone for FuncType
[src]
fn clone(&self) -> FuncType
[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