pub struct TableType {
pub limits: Limits,
pub elem: RefType,
}Expand description
The type of a Table.
Fields§
§limits: Limits§elem: RefTypeImplementations§
Trait Implementations§
Source§impl From<TableType> for ExternType
impl From<TableType> for ExternType
impl Copy for TableType
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