Struct wasm_encoder::component::InstanceType [−][src]
pub struct InstanceType { /* fields omitted */ }
Expand description
Represents an instance type.
Implementations
Define a type in this 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