pub struct TableInst {
pub ty: TableType,
pub elem: Vec<Ref>,
}
Fields§
§ty: TableType
§elem: Vec<Ref>
Auto Trait Implementations§
impl RefUnwindSafe for TableInst
impl Send for TableInst
impl Sync for TableInst
impl Unpin for TableInst
impl UnwindSafe for TableInst
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