Struct wasmparser::TableType[][src]

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

Fields

Trait Implementations

impl Debug for TableType
[src]

Formats the value using the given formatter. Read more

impl Copy for TableType
[src]

impl Clone for TableType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TableType

impl Sync for TableType