Struct wasm::execution::store::ImportedFuncInst
source · pub struct ImportedFuncInst {
pub ty: usize,
pub module_name: String,
pub function_name: String,
}
Fields§
§ty: usize
§module_name: String
§function_name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImportedFuncInst
impl RefUnwindSafe for ImportedFuncInst
impl Send for ImportedFuncInst
impl Sync for ImportedFuncInst
impl Unpin for ImportedFuncInst
impl UnwindSafe for ImportedFuncInst
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