Struct wasmparser::FuncType [−][src]
Fields
params: Box<[Type]>returns: Box<[Type]>Trait Implementations
impl WasmFuncType for FuncType[src]
impl WasmFuncType for FuncType[src]fn len_inputs(&self) -> usize[src]
fn len_outputs(&self) -> usize[src]
fn input_at(&self, at: u32) -> Option<Type>[src]
fn output_at(&self, at: u32) -> Option<Type>[src]
fn inputs(&self) -> WasmFuncTypeInputs<'_, Self>ⓘNotable traits for WasmFuncTypeInputs<'_, T>
impl<T> Iterator for WasmFuncTypeInputs<'_, T> where
T: WasmFuncType, type Item = Type; where
Self: Sized, [src]
Notable traits for WasmFuncTypeInputs<'_, T>
impl<T> Iterator for WasmFuncTypeInputs<'_, T> where
T: WasmFuncType, type Item = Type;Self: Sized,
fn outputs(&self) -> WasmFuncTypeOutputs<'_, Self>ⓘNotable traits for WasmFuncTypeOutputs<'_, T>
impl<T> Iterator for WasmFuncTypeOutputs<'_, T> where
T: WasmFuncType, type Item = Type; where
Self: Sized, [src]
Notable traits for WasmFuncTypeOutputs<'_, T>
impl<T> Iterator for WasmFuncTypeOutputs<'_, T> where
T: WasmFuncType, type Item = Type;Self: Sized,