Struct parity_wasm::elements::FunctionType
source · [−]pub struct FunctionType { /* private fields */ }
Expand description
Function signature type.
Implementations
New function type given the params and results as vectors
Mutable parameters in the function signature.
Mutable type in the function signature, if any.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FunctionType
impl Send for FunctionType
impl Sync for FunctionType
impl Unpin for FunctionType
impl UnwindSafe for FunctionType
Blanket Implementations
Mutably borrows from an owned value. Read more