Enum parity_wasm::elements::TableElementType [] [src]

pub enum TableElementType {
    AnyFunc,
}

Table element type.

Variants

A reference to a function with any signature.

Trait Implementations

impl Clone for TableElementType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TableElementType
[src]

impl Debug for TableElementType
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TableElementType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Deserialize for TableElementType
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for TableElementType
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations