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