pub struct WasiTable {
pub table_type: WasmTableType,
}Expand description
WASM 表定义
Fields§
§table_type: WasmTableTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for WasiTable
impl RefUnwindSafe for WasiTable
impl Send for WasiTable
impl Sync for WasiTable
impl Unpin for WasiTable
impl UnwindSafe for WasiTable
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