Struct parity_wasm::elements::Func [] [src]

pub struct Func(_);

Function signature (type reference)

Methods

impl Func
[src]

[src]

New function signature

[src]

Function signature type reference.

[src]

Function signature type reference (mutable).

Trait Implementations

impl Debug for Func
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Func
[src]

impl Clone for Func
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Func
[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 Serialize for Func
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

impl Deserialize for Func
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

Auto Trait Implementations

impl Send for Func

impl Sync for Func