Struct parity_wasm::elements::FunctionType [] [src]

pub struct FunctionType { /* fields omitted */ }

Function signature type.

Methods

impl FunctionType
[src]

[src]

New function type given the signature in-params(params) and return type (return_type)

[src]

Function form (currently only valid value is 0x60)

[src]

Parameters in the function signature.

[src]

Mutable parameters in the function signature.

[src]

Return type in the function signature, if any.

[src]

Mutable type in the function signature, if any.

Trait Implementations

impl Debug for FunctionType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FunctionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FunctionType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Default for FunctionType
[src]

[src]

Returns the "default value" for a type. Read more

impl Deserialize for FunctionType
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for FunctionType
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for FunctionType

impl Sync for FunctionType