Enum wasmtime_environ::wasmparser::Alias [−][src]
pub enum Alias<'a> {
OuterType {
relative_depth: u32,
index: u32,
},
OuterModule {
relative_depth: u32,
index: u32,
},
InstanceExport {
instance: u32,
kind: ExternalKind,
export: &'a str,
},
}
Variants
Fields of InstanceExport
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Alias<'a>
impl<'a> UnwindSafe for Alias<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more