Enum parity_wasm_cp::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TableElementType
[src]

impl Debug for TableElementType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TableElementType
[src]

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

This method tests for !=.

impl Deserialize for TableElementType
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for TableElementType
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations