Struct wasm_encoder::TableType
source · Expand description
A table’s type.
Fields
element_type: ValTypeThe table’s element type.
minimum: u32Minimum size, in elements, of this table
maximum: Option<u32>Maximum size, in elements, of this table
Trait Implementations
sourceimpl From<TableType> for EntityType
impl From<TableType> for EntityType
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