Struct wasmparser::TableType [] [src]

pub struct TableType {
    pub element_type: Type,
    pub limits: ResizableLimits,
}

Fields

Trait Implementations

impl Debug for TableType
[src]

[src]

Formats the value using the given formatter.

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