Struct wasmparser_nostd::TableType
source · [−]Expand description
Represents a table’s type.
Fields
element_type: ValType
The table’s element type.
initial: u32
Initial size of this table, in elements.
maximum: Option<u32>
Optional maximum size of the table, in elements.
Trait Implementations
impl Copy for TableType
impl Eq for TableType
impl StructuralEq for TableType
impl StructuralPartialEq for TableType
Auto Trait Implementations
impl RefUnwindSafe for TableType
impl Send for TableType
impl Sync for TableType
impl Unpin for TableType
impl UnwindSafe for TableType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more