pub struct TableType {
pub et: RefType,
pub lim: Limits,
}Fields§
§et: RefType§lim: LimitsImplementations§
Source§impl TableType
impl TableType
pub fn read(wasm: &mut WasmReader<'_>) -> Result<Self, ValidationError>
Trait Implementations§
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