Struct parity_wasm::elements::TableType [] [src]

pub struct TableType { /* fields omitted */ }

Table entry

Methods

impl TableType
[src]

[src]

New table definition

[src]

Table memory specification

[src]

Table element type

Trait Implementations

impl Debug for TableType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TableType
[src]

impl Clone for TableType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for TableType
[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 Deserialize for TableType
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for TableType
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for TableType

impl Sync for TableType