pub struct TableType {
pub element: ElemType,
pub limits: ResizableLimits,
}
Fields§
§element: ElemType
§limits: ResizableLimits
Trait Implementations§
Source§impl Import<TableType> for ModuleBuilder
impl Import<TableType> for ModuleBuilder
impl Eq for TableType
impl StructuralPartialEq for TableType
Auto Trait Implementations§
impl Freeze for TableType
impl RefUnwindSafe for TableType
impl Send for TableType
impl Sync for TableType
impl Unpin for TableType
impl UnwindSafe for TableType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more