Struct wasmparser::FuncType [] [src]

pub struct FuncType {
    pub form: Type,
    pub params: Vec<Type>,
    pub returns: Vec<Type>,
}

Fields

Trait Implementations

impl Debug for FuncType
[src]

[src]

Formats the value using the given formatter.

impl Clone for FuncType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more