Struct wasmparser::FuncType[][src]

pub struct FuncType {
    pub form: Type,
    pub params: Box<[Type]>,
    pub returns: Box<[Type]>,
}

Fields

Trait Implementations

impl Debug for FuncType
[src]

Formats the value using the given formatter. Read more

impl Clone for FuncType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FuncType

impl Sync for FuncType