Struct tinywasm_types::ExportInst
source · pub struct ExportInst {
pub name: String,
pub value: ExternVal,
}Expand description
A WebAssembly Export Instance.
See https://webassembly.github.io/spec/core/exec/runtime.html#export-instances
Fields§
§name: String§value: ExternValTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExportInst
impl Send for ExportInst
impl Sync for ExportInst
impl Unpin for ExportInst
impl UnwindSafe for ExportInst
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