Struct wasm_encoder::adapter::InstanceType [−][src]
pub struct InstanceType { /* fields omitted */ }
Expand description
Represents an instance type.
Implementations
Define a type in this instance type.
pub fn alias_instance_export(
&mut self,
instance: u32,
name: &str,
kind: DefinitionKind
) -> &mut Self
pub fn alias_instance_export(
&mut self,
instance: u32,
name: &str,
kind: DefinitionKind
) -> &mut Self
Defines an alias to an instance export in the instance type.
Defines an alias to an outer module in the instance type.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for InstanceType
impl Send for InstanceType
impl Sync for InstanceType
impl Unpin for InstanceType
impl UnwindSafe for InstanceType
Blanket Implementations
Mutably borrows from an owned value. Read more