Struct web_assembler::TableType [] [src]

pub struct TableType {
    pub element: ElemType,
    pub limits: ResizableLimits,
}

Fields

Trait Implementations

impl Debug for TableType
[src]

[src]

Formats the value using the given formatter.

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 Dump for TableType
[src]

[src]