Struct wasmi::TableDescriptor
source · [−]pub struct TableDescriptor { /* private fields */ }
Expand description
Description of a table.
Primarly used to describe imports of tables.
See ImportResolver
for details.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableDescriptor
impl Send for TableDescriptor
impl Sync for TableDescriptor
impl Unpin for TableDescriptor
impl UnwindSafe for TableDescriptor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more