pub struct WatTable {
pub id: Option<String>,
pub span: Range<usize>,
}Expand description
A WebAssembly table definition.
Fields§
§id: Option<String>Optional ID of the table.
span: Range<usize>Span of the table.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WatTable
impl RefUnwindSafe for WatTable
impl Send for WatTable
impl Sync for WatTable
impl Unpin for WatTable
impl UnsafeUnpin for WatTable
impl UnwindSafe for WatTable
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