Struct wasmedge_sdk::TableType
source · pub struct TableType { /* private fields */ }
Expand description
Struct of WasmEdge TableType.
A TableType is used to declare the element type and the size range of a WasmEdge Table to be created.
Implementations§
Trait Implementations§
source§impl PartialEq for TableType
impl PartialEq for TableType
impl Eq for TableType
impl StructuralEq for TableType
impl StructuralPartialEq for TableType
Auto Trait Implementations§
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