Struct wasmtime_environ::wasm::wasmparser::TableType [−][src]
pub struct TableType { pub element_type: Type, pub limits: ResizableLimits, }
Fields
element_type: Type
limits: ResizableLimits
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableType
impl UnwindSafe for TableType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.