Enum wasmtime_environ::wasmparser::ExternalKind [−][src]
pub enum ExternalKind {
Function,
Table,
Memory,
Tag,
Global,
Type,
Module,
Instance,
}
Expand description
External types as defined here.
Variants
Function
Table
Memory
Tag
Global
Type
Module
Instance
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExternalKind
impl Send for ExternalKind
impl Sync for ExternalKind
impl Unpin for ExternalKind
impl UnwindSafe for ExternalKind
Blanket Implementations
Mutably borrows from an owned value. Read more