Struct wasmparser::TableType [−][src]
pub struct TableType { pub element_type: Type, pub limits: ResizableLimits, }
Fields
element_type: Type
limits: ResizableLimits
pub struct TableType { pub element_type: Type, pub limits: ResizableLimits, }
element_type: Type
limits: ResizableLimits
impl Copy for TableType
[src]impl Eq for TableType
[src]impl StructuralEq for TableType
[src]impl StructuralPartialEq for TableType
[src]impl RefUnwindSafe for TableType
impl Send for TableType
impl Sync for TableType
impl Unpin for TableType
impl UnwindSafe for TableType