Struct wast::TableType [−][src]
Configuration for a table of a wasm mdoule
Fields
limits: LimitsLimits on the element sizes of this table
elem: RefType<'a>The type of element stored in this table
Configuration for a table of a wasm mdoule
limits: LimitsLimits on the element sizes of this table
elem: RefType<'a>The type of element stored in this table
impl<'a> Copy for TableType<'a>[src]impl<'a> Eq for TableType<'a>[src]impl<'a> StructuralEq for TableType<'a>[src]impl<'a> StructuralPartialEq for TableType<'a>[src]impl<'a> RefUnwindSafe for TableType<'a>impl<'a> Send for TableType<'a>impl<'a> Sync for TableType<'a>impl<'a> Unpin for TableType<'a>impl<'a> UnwindSafe for TableType<'a>