Struct wasmparser::TableType [−][src]
pub struct TableType {
pub element_type: Type,
pub limits: ResizableLimits,
}Fields
element_type: Type
limits: ResizableLimits
Trait Implementations
impl Debug for TableType[src]
impl Debug for TableTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for TableType[src]
impl Copy for TableTypeimpl Clone for TableType[src]
impl Clone for TableType