Struct wasmtime_environ::ModuleSignature [−][src]
pub struct ModuleSignature { pub imports: Vec<(String, Option<String>, EntityType)>, pub exports: InstanceTypeIndex, }
The type signature of known modules.
Fields
imports: Vec<(String, Option<String>, EntityType)>
All imports in this module, listed in order with their module/name and what type they’re importing.
exports: InstanceTypeIndex
Exports are what an instance type conveys, so we go through an indirection over there.
Trait Implementations
impl Clone for ModuleSignature
[src]
impl Clone for ModuleSignature
[src]fn clone(&self) -> ModuleSignature
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for ModuleSignature
[src]
impl<'de> Deserialize<'de> for ModuleSignature
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Serialize for ModuleSignature
[src]
impl Serialize for ModuleSignature
[src]